mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
- Fix for Internet Explorer: Arrays must be properly closed!
SVN:trunk[170]
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
// Wizard Helper JavaScript class to communicate with the WizardHelper PHP class
|
// Wizard Helper JavaScript class to communicate with the WizardHelper PHP class
|
||||||
|
|
||||||
function WizardHelper(sClass)
|
function WizardHelper(sClass)
|
||||||
{
|
{
|
||||||
this.m_oData = { 'm_sClass' : '',
|
this.m_oData = { 'm_sClass' : '',
|
||||||
@@ -9,7 +8,7 @@ function WizardHelper(sClass)
|
|||||||
'm_aAllowedValuesRequested': [],
|
'm_aAllowedValuesRequested': [],
|
||||||
'm_aDefaultValue': [],
|
'm_aDefaultValue': [],
|
||||||
'm_aAllowedValues': [],
|
'm_aAllowedValues': [],
|
||||||
'm_iFieldsCount' : 0,
|
'm_iFieldsCount' : 0
|
||||||
};
|
};
|
||||||
this.m_oData.m_sClass = sClass;
|
this.m_oData.m_sClass = sClass;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user