Disable search buttons when editing admin record in backend
This commit is contained in:
parent
212f4e0d4e
commit
9ef42e7343
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@
|
|||
$('#admins .record-details').find('select').prop('disabled', false);
|
||||
$('#admin-password, #admin-password-confirm').removeClass('required');
|
||||
$('#admin-notifications').prop('disabled', false);
|
||||
|
||||
$('#filter-admins .filter').prop('disabled', true);
|
||||
$('#filter-admins button').prop('disabled', true);
|
||||
$('#filter-admins .results').css('color', '#AAA');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue