mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
fixes #875 - init bootstrap modals with backdrop: "static" option
This commit is contained in:
@@ -119,7 +119,7 @@ angular.module('PromptDialog', ['Utilities', 'sanitizeFilter'])
|
||||
|
||||
$('#prompt-modal').off('hidden.bs.modal');
|
||||
$('#prompt-modal').modal({
|
||||
backdrop: 'local_backdrop',
|
||||
backdrop: 'static',
|
||||
keyboard: true,
|
||||
show: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user