Fix password hash select list, was not being editable when choosing edit mode
This commit is contained in:
parent
add3f85812
commit
3161fe4fcb
@ -85,7 +85,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Our password type
|
// Our password type
|
||||||
$('div#userPassword .form-select').each(function() {
|
$('attribute#userPassword .form-select').each(function() {
|
||||||
$(this).prop('disabled',false);
|
$(this).prop('disabled',false);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Our password type
|
// Our password type
|
||||||
$('div#userPassword .form-select').each(function() {
|
$('attribute#userPassword .form-select').each(function() {
|
||||||
$(this).prop('disabled',false);
|
$(this).prop('disabled',false);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user