From 6d1aacbb9b6bb4850e0ef0623338cf21ea260036 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Apr 2011 15:27:09 +0400 Subject: [PATCH] allow sequential exception dialogs to be shown --- functions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.js b/functions.js index 278f3254..335ed61e 100644 --- a/functions.js +++ b/functions.js @@ -61,6 +61,8 @@ function exception_error(location, e, ext_info) { __('Close') + ""; content += ""; + if (dijit.byId("exceptionDlg")) + dijit.byId("exceptionDlg").destroyRecursive(); var dialog = new dijit.Dialog({ id: "exceptionDlg", -- 2.39.2