cfoe
2012-05-18 0ce30a8db85c4dbc63f566bb2666eb66fad78f7f
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){