fix click outside modal is closing it on wait dialog
parent
1708fe0c27
commit
fe4bff17cf
|
@ -177,7 +177,9 @@ editor.WaitDialog = new Class({
|
||||||
},
|
},
|
||||||
|
|
||||||
show:function () {
|
show:function () {
|
||||||
this.panel.modal('show');
|
this.panel.modal({
|
||||||
|
backdrop: 'static'
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
close: function() {
|
close: function() {
|
||||||
|
|
Loading…
Reference in New Issue