Commit e2e23887 authored by fox's avatar fox Committed by Gogs
Browse files

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

parents a7264325 97f084c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",