mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
strict js: fix more dialog vars
This commit is contained in:
@@ -1024,7 +1024,7 @@ function editArticleTags(id) {
|
||||
if (dijit.byId("editTagsDlg"))
|
||||
dijit.byId("editTagsDlg").destroyRecursive();
|
||||
|
||||
dialog = new dijit.Dialog({
|
||||
var dialog = new dijit.Dialog({
|
||||
id: "editTagsDlg",
|
||||
title: __("Edit article Tags"),
|
||||
style: "width: 600px",
|
||||
|
||||
Reference in New Issue
Block a user