From ad04bbf81dc01236422e0af8a07236ad7921453a Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 10 Mar 2018 07:11:33 -0600 Subject: strict js: fix more dialog vars --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tt-rss.js') 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", -- cgit v1.2.3-54-g00ecf