mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 03:00:04 -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) {
|
if (action) {
|
||||||
action();
|
action();
|
||||||
}
|
}
|
||||||
|
$('.modal-backdrop').remove();
|
||||||
});
|
});
|
||||||
$('#alert-modal').on('shown.bs.modal', function() {
|
$('#alert-modal').on('shown.bs.modal', function() {
|
||||||
$('#alert_ok_btn').focus();
|
$('#alert_ok_btn').focus();
|
||||||
|
|||||||
Reference in New Issue
Block a user