mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 15:32:54 +01:00
Fix broken JS booleans
This commit is contained in:
parent
f982e4df1f
commit
49f69e8eee
@ -160,7 +160,7 @@ ldap_close($ldap_connection);
|
||||
$('.list-right ul li.active').removeClass('active');
|
||||
actives.remove();
|
||||
}
|
||||
$("#submit_members").prop("disabled", FALSE);
|
||||
$("#submit_members").prop("disabled", false);
|
||||
});
|
||||
$('.dual-list .selector').click(function () {
|
||||
var $checkBox = $(this);
|
||||
|
@ -288,7 +288,7 @@ if ($ldap_search) {
|
||||
$('.list-right ul li.active').removeClass('active');
|
||||
actives.remove();
|
||||
}
|
||||
$("#submit_members").prop("disabled", FALSE);
|
||||
$("#submit_members").prop("disabled", false);
|
||||
});
|
||||
$('.dual-list .selector').click(function () {
|
||||
var $checkBox = $(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user