From 97f084c82892081928c1fe999214c5307d135239 Mon Sep 17 00:00:00 2001 From: wn_ Date: Fri, 9 Mar 2018 19:57:17 -0600 Subject: [PATCH] strict js: fix helpDialog --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index 46b9958ea..d33a5e04f 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",