diff --git a/wise-editor/src/main/webapp/js/editor.js b/wise-editor/src/main/webapp/js/editor.js index 1019adb3..85a742d8 100644 --- a/wise-editor/src/main/webapp/js/editor.js +++ b/wise-editor/src/main/webapp/js/editor.js @@ -177,7 +177,9 @@ editor.WaitDialog = new Class({ }, show:function () { - this.panel.modal('show'); + this.panel.modal({ + backdrop: 'static' + }); }, close: function() {