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