mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Merge pull request #395 from marshmalien/fix/7572-remove-modal-backdrop
Remove modal backdrop on hidden modal event
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