tag 3.1.15

This commit is contained in:
Alchemy
2011-05-25 10:28:31 +02:00
parent ff8cd59afb
commit fcb9ecf901
9 changed files with 3365 additions and 3058 deletions

View File

@@ -80,7 +80,7 @@
.text($.validator.passwordRating.messages[rating.messageKey]);
// display process bar instead of error message
return rating.rate > 2;
return rating.rate >= 2;
}, " ");
// manually add class rule, to make username param optional
$.validator.classRuleSettings.password = { password: true };