From: Andrew Dolgov Date: Thu, 21 Apr 2011 11:27:09 +0000 (+0400) Subject: allow sequential exception dialogs to be shown X-Git-Tag: 1.5.3-proper~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6d1aacbb9b6bb4850e0ef0623338cf21ea260036;p=tt-rss.git allow sequential exception dialogs to be shown --- 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",