diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-21 15:27:09 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-21 15:27:09 +0400 |
| commit | 6d1aacbb9b6bb4850e0ef0623338cf21ea260036 (patch) | |
| tree | 229bfb50f40d347df85126ae58d5f20dd0e06125 /functions.js | |
| parent | cf463c027a565f12c9f92b945c3746c136ff894c (diff) | |
allow sequential exception dialogs to be shown
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 2 |
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", |