From 9dc5524df1a91252eee3247d2b8b2549df79150f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Nov 2018 21:13:41 +0300 Subject: set dialogs to const --- js/viewfeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/viewfeed.js') 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", -- cgit v1.2.3