mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 11:55:57 +00:00
allow sequential exception dialogs to be shown
This commit is contained in:
@@ -61,6 +61,8 @@ function exception_error(location, e, ext_info) {
|
|||||||
__('Close') + "</button>";
|
__('Close') + "</button>";
|
||||||
content += "</div>";
|
content += "</div>";
|
||||||
|
|
||||||
|
if (dijit.byId("exceptionDlg"))
|
||||||
|
dijit.byId("exceptionDlg").destroyRecursive();
|
||||||
|
|
||||||
var dialog = new dijit.Dialog({
|
var dialog = new dijit.Dialog({
|
||||||
id: "exceptionDlg",
|
id: "exceptionDlg",
|
||||||
|
|||||||
Reference in New Issue
Block a user