Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9ed22bd4
authored
2010-12-15 23:29:15 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
removed ajax link, and removed the attr for readonly on member_id
1 parent
e9db8f4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
com/UserManager/views/create_user.php
com/UserManager/views/create_user.php
View file @
9ed22bd
...
...
@@ -160,6 +160,7 @@ unset($rc, $roles['administrator']);
}
function
updateMemberID
()
{
/*
var lname = $last_name_field.val();
if ($role_selector.val() == "member") {
$.ajax({
...
...
@@ -172,6 +173,8 @@ unset($rc, $roles['administrator']);
}
});
}
*/
$member_id_field
.
removeAttr
(
'readonly'
);
}
$
(
function
()
{
...
...
Please
register
or
sign in
to post a comment