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