1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

allow sequential exception dialogs to be shown

This commit is contained in:
Andrew Dolgov 2011-04-21 15:27:09 +04:00
parent cf463c027a
commit 6d1aacbb9b

View File

@ -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",