summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-29 21:13:41 +0300
committerAndrew Dolgov <[email protected]>2018-11-29 21:13:41 +0300
commit9dc5524df1a91252eee3247d2b8b2549df79150f (patch)
treecc447f6e99f7980851da5208c93606d85977735c /js/viewfeed.js
parent1b91bb45646899179a8a08ea7af22dab256246c7 (diff)
set dialogs to const
Diffstat (limited to 'js/viewfeed.js')
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index 916ff7dfc..0e451166f 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -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",