]> git.wh0rd.org - tt-rss.git/blobdiff - js/viewfeed.js
set dialogs to const
[tt-rss.git] / js / viewfeed.js
index 916ff7dfc43b357ab88ceb8bf28c23c01cd6a659..0e451166fded6c8dfec2420506baa729aad0d6e6 100755 (executable)
@@ -1020,7 +1020,7 @@ function editArticleTags(id) {
        if (dijit.byId("editTagsDlg"))
                dijit.byId("editTagsDlg").destroyRecursive();
 
-       var dialog = new dijit.Dialog({
+       const dialog = new dijit.Dialog({
                id: "editTagsDlg",
                title: __("Edit article Tags"),
                style: "width: 600px",