|
@@ -223,7 +223,6 @@ function ResetPwd(id)
|
|
|
function PasswordFieldChanged(id)
|
|
|
{
|
|
|
// Set the flag, to tell that the password changed
|
|
|
- console.log('Password changed');
|
|
|
$('#'+id+'_changed').val(1);
|
|
|
}
|
|
|
|
|
@@ -248,4 +247,4 @@ function ValidatePasswordField(id, sFormId)
|
|
|
}
|
|
|
$('#v_'+id).html(''); //<img src="../images/validation_ok.png" />');
|
|
|
return true;
|
|
|
-}
|
|
|
+}
|