diff options
| author | wn_ <invalid@email.com> | 2018-03-10 07:11:33 -0600 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2018-03-10 07:11:33 -0600 |
| commit | ad04bbf81dc01236422e0af8a07236ad7921453a (patch) | |
| tree | 96f4125e37fc38f3a604e1bfb1eff8dcda07884d /js/tt-rss.js | |
| parent | e2e23887fb0756d86165cb5c602f5e68292da3af (diff) | |
strict js: fix more dialog vars
Diffstat (limited to 'js/tt-rss.js')
| -rw-r--r-- | js/tt-rss.js | 2 |
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", |