summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
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",