mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Remove modal backdrop on hidden modal event
Signed-off-by: Marliana Lara <mlara@redhat.com>
This commit is contained in:
parent
56e9d7b8e2
commit
2f3124edf4
@ -120,6 +120,7 @@ angular.module('Utilities', ['RestServices', 'Utilities'])
|
||||
if (action) {
|
||||
action();
|
||||
}
|
||||
$('.modal-backdrop').remove();
|
||||
});
|
||||
$('#alert-modal').on('shown.bs.modal', function() {
|
||||
$('#alert_ok_btn').focus();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user