From fe4bff17cfa4c31cb9c07912f1aee15628245fc1 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Mon, 17 Mar 2014 02:15:03 -0300 Subject: [PATCH] fix click outside modal is closing it on wait dialog --- wise-editor/src/main/webapp/js/editor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {