summaryrefslogtreecommitdiff
path: root/js/tt-rss.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/tt-rss.js
parente2e23887fb0756d86165cb5c602f5e68292da3af (diff)
strict js: fix more dialog vars
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index d5d31cfed..42558d4fa 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -160,7 +160,7 @@ function search() {
if (dijit.byId("searchDlg"))
dijit.byId("searchDlg").destroyRecursive();
- dialog = new dijit.Dialog({
+ var dialog = new dijit.Dialog({
id: "searchDlg",
title: __("Search"),
style: "width: 600px",