Fix userPassword hash selection, broken by bb9374e
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
});
|
||||
|
||||
// Our password type
|
||||
$('div#userpassword .form-select').each(function() {
|
||||
$('div#userPassword .form-select').each(function() {
|
||||
$(this).prop('disabled',false);
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user