1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:35:56 +00:00

Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode

This commit is contained in:
fox
2018-03-10 05:28:43 +00:00
committed by Gogs

View File

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