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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user