Fix password hash select list, was not being editable when choosing edit mode

This commit is contained in:
Deon George 2025-03-12 22:00:18 +11:00
parent add3f85812
commit 3161fe4fcb
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
});
// Our password type
$('div#userPassword .form-select').each(function() {
$('attribute#userPassword .form-select').each(function() {
$(this).prop('disabled',false);
})

View File

@ -170,7 +170,7 @@
});
// Our password type
$('div#userPassword .form-select').each(function() {
$('attribute#userPassword .form-select').each(function() {
$(this).prop('disabled',false);
})