allow sequential exception dialogs to be shown
This commit is contained in:
parent
cf463c027a
commit
6d1aacbb9b
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue