Code format

This commit is contained in:
Molkobain
2022-07-13 16:49:44 +02:00
parent d9dabf25da
commit 5d25e77189

View File

@@ -222,7 +222,7 @@ function WizardHelper(sClass, sFormPrefix, sState, sInitialState, sStimulus)
index = 0;
this.ResetQuery();
this.UpdateWizard();
var fieldForm=null;
var fieldForm = null;
while(index < aFieldNames.length )
{
sAttCode = aFieldNames[index];
@@ -233,7 +233,7 @@ function WizardHelper(sClass, sFormPrefix, sState, sInitialState, sStimulus)
message: '',
overlayCSS: {backgroundColor: '#f1f1f1', opacity: 0.3}
});
fieldForm=$('#field_' + sFieldId).closest('form');
fieldForm = $('#field_' + sFieldId).closest('form');
this.RequestAllowedValues(sAttCode);
}
index++;