Selaa lähdekoodia

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@750 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 vuotta sitten
vanhempi
commit
66f129e4fc
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      js/forms-json-utils.js

+ 1 - 2
js/forms-json-utils.js

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