javascript syntax error fixed on the way

This commit is contained in:
Thomas Mueller 2013-01-04 23:38:07 +01:00
parent 594d388ad9
commit b5d1dfcdc9
1 changed files with 3 additions and 3 deletions

View File

@ -195,7 +195,7 @@ var UserList = {
checked:checked,
oncheck:checkHandeler,
onuncheck:checkHandeler,
minWidth:100,
minWidth:100
});
}
if ($(element).attr('class') == 'subadminsselect') {
@ -230,7 +230,7 @@ var UserList = {
checked:checked,
oncheck:checkHandeler,
onuncheck:checkHandeler,
minWidth:100,
minWidth:100
});
}
}
@ -387,7 +387,7 @@ $(document).ready(function () {
{
username:username,
password:password,
groups:groups,
groups:groups
},
function (result) {
if (result.status != 'success') {