mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Remove modal backdrop on hidden modal event
Signed-off-by: Marliana Lara <mlara@redhat.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user