mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
🎨 📝 format & add comment
This commit is contained in:
@@ -371,26 +371,6 @@ function ValidateCKEditField(sFieldId, sPattern, bMandatory, sFormId, nullValue,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
function UpdateDependentFields(aFieldNames)
|
||||
{
|
||||
//console.log('UpdateDependentFields:');
|
||||
//console.log(aFieldNames);
|
||||
index = 0;
|
||||
oWizardHelper.ResetQuery();
|
||||
oWizardHelper.UpdateWizard();
|
||||
while(index < aFieldNames.length )
|
||||
{
|
||||
sAttCode = aFieldNames[index];
|
||||
sFieldId = oWizardHelper.GetFieldId(sAttCode);
|
||||
$('#v_'+sFieldId).html('<img src="../images/indicator.gif" />');
|
||||
oWizardHelper.RequestAllowedValues(sAttCode);
|
||||
index++;
|
||||
}
|
||||
oWizardHelper.AjaxQueryServer();
|
||||
}
|
||||
*/
|
||||
|
||||
function ResetPwd(id)
|
||||
{
|
||||
// Reset the values of the password fields
|
||||
|
||||
Reference in New Issue
Block a user