summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
authorwn_ <[email protected]>2018-03-10 07:11:33 -0600
committerwn_ <[email protected]>2018-03-10 07:11:33 -0600
commitad04bbf81dc01236422e0af8a07236ad7921453a (patch)
tree96f4125e37fc38f3a604e1bfb1eff8dcda07884d /js/viewfeed.js
parente2e23887fb0756d86165cb5c602f5e68292da3af (diff)
strict js: fix more dialog vars
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 925d71379..a00ac6f66 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1024,7 +1024,7 @@ function editArticleTags(id) {
if (dijit.byId("editTagsDlg"))
dijit.byId("editTagsDlg").destroyRecursive();
- dialog = new dijit.Dialog({
+ var dialog = new dijit.Dialog({
id: "editTagsDlg",
title: __("Edit article Tags"),
style: "width: 600px",