- Fixed bug #232: changing password was not working without the Javascript debugger !!!

SVN:trunk[750]
This commit is contained in:
Romain Quetiez
2010-09-02 17:09:10 +00:00
parent 368b863aa3
commit 8c82b098c0

View File

@@ -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;
}
}