cfoe
2012-05-18 d2270c4b68db4dc8bf93db4af64883c0e169e966
interface/web/js/scrigo.js.php
@@ -555,7 +555,7 @@
   var newPWField = oldPWField.clone();
   newPWField.attr('type', 'text').attr('id', 'tmp'+passwordFieldID).insertBefore(oldPWField);
   oldPWField.remove();
   newPWField.attr('id', passwordFieldID).val(password(10, true)).trigger('keyup');
   newPWField.attr('id', passwordFieldID).val(password(10, false)).trigger('keyup');
}
function checkPassMatch(pwField1,pwField2){