1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:15:55 +00:00

strict js: fix more dialog vars

This commit is contained in:
wn_
2018-03-10 07:11:33 -06:00
parent e2e23887fb
commit ad04bbf81d
4 changed files with 14 additions and 14 deletions

View File

@@ -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",