Skip to content

Commit

Permalink
Disable search buttons when editing admin record in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jun 3, 2018
1 parent 212f4e0 commit 9ef42e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/assets/js/backend_users_admins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});

Expand Down

0 comments on commit 9ef42e7

Please sign in to comment.