fix click outside modal is closing it on wait dialog
This commit is contained in:
@@ -177,7 +177,9 @@ editor.WaitDialog = new Class({
|
||||
},
|
||||
|
||||
show:function () {
|
||||
this.panel.modal('show');
|
||||
this.panel.modal({
|
||||
backdrop: 'static'
|
||||
});
|
||||
},
|
||||
|
||||
close: function() {
|
||||
|
Reference in New Issue
Block a user