mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
fixes #875 - init bootstrap modals with backdrop: "static" option
This commit is contained in:
parent
a2cf365325
commit
cd6f42ee68
@ -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
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user