summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-21 15:27:09 +0400
committerAndrew Dolgov <[email protected]>2011-04-21 15:27:09 +0400
commit6d1aacbb9b6bb4850e0ef0623338cf21ea260036 (patch)
tree229bfb50f40d347df85126ae58d5f20dd0e06125 /functions.js
parentcf463c027a565f12c9f92b945c3746c136ff894c (diff)
allow sequential exception dialogs to be shown
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 278f32545..335ed61ec 100644
--- a/functions.js
+++ b/functions.js
@@ -61,6 +61,8 @@ function exception_error(location, e, ext_info) {
__('Close') + "</button>";
content += "</div>";
+ if (dijit.byId("exceptionDlg"))
+ dijit.byId("exceptionDlg").destroyRecursive();
var dialog = new dijit.Dialog({
id: "exceptionDlg",