mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
- Fixed bug #232: changing password was not working without the Javascript debugger !!!
SVN:trunk[750]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user