fix click outside modal is closing it on wait dialog

main
Ezequiel Bergamaschi 2014-03-17 02:15:03 -03:00
parent 1708fe0c27
commit fe4bff17cf
1 changed files with 3 additions and 1 deletions

View File

@ -177,7 +177,9 @@ editor.WaitDialog = new Class({
},
show:function () {
this.panel.modal('show');
this.panel.modal({
backdrop: 'static'
});
},
close: function() {