From: wn_ Date: Sat, 10 Mar 2018 01:57:17 +0000 (-0600) Subject: strict js: fix helpDialog X-Git-Tag: 18.8~55^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=97f084c82892081928c1fe999214c5307d135239 strict js: fix helpDialog --- diff --git a/js/functions.js b/js/functions.js index 46b9958e..d33a5e04 100755 --- a/js/functions.js +++ b/js/functions.js @@ -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",