diff --git a/www/account_manager/show_group.php b/www/account_manager/show_group.php index 59605be..78a1b58 100644 --- a/www/account_manager/show_group.php +++ b/www/account_manager/show_group.php @@ -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); diff --git a/www/account_manager/show_user.php b/www/account_manager/show_user.php index 404a131..a07c819 100644 --- a/www/account_manager/show_user.php +++ b/www/account_manager/show_user.php @@ -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);