strict js: fix helpDialog
This commit is contained in:
parent
a72643257a
commit
97f084c828
1 changed files with 1 additions and 1 deletions
|
@ -1486,7 +1486,7 @@ function helpDialog(topic) {
|
||||||
if (dijit.byId("helpDlg"))
|
if (dijit.byId("helpDlg"))
|
||||||
dijit.byId("helpDlg").destroyRecursive();
|
dijit.byId("helpDlg").destroyRecursive();
|
||||||
|
|
||||||
dialog = new dijit.Dialog({
|
var dialog = new dijit.Dialog({
|
||||||
id: "helpDlg",
|
id: "helpDlg",
|
||||||
title: __("Help"),
|
title: __("Help"),
|
||||||
style: "width: 600px",
|
style: "width: 600px",
|
||||||
|
|
Loading…
Reference in a new issue