mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02: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').off('hidden.bs.modal');
|
||||||
$('#prompt-modal').modal({
|
$('#prompt-modal').modal({
|
||||||
backdrop: 'local_backdrop',
|
backdrop: 'static',
|
||||||
keyboard: true,
|
keyboard: true,
|
||||||
show: true
|
show: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user