signup: Remove validation-failed class

It seems to have no effect and does not appear anywhere else in our repository
or in jquery.validate.min.js.

(imported from commit c4d2f730f3b680e15af17cefee34f6930e64ade0)
This commit is contained in:
Keegan McAllister 2013-04-03 12:58:34 -04:00
parent 63d739ef17
commit 498ac0ed52
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ $(function () {
$("#send_confirm").validate({
errorElement: "p",
errorClass: "validation-failed",
errorPlacement: function (error, element) {
/* element is the invalid element. We want to access the control
* group, which is that element's parent's parent.