From 498ac0ed520d8ba2f54be8553ac5daef2b52e166 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 3 Apr 2013 12:58:34 -0400 Subject: [PATCH] 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) --- zephyr/static/js/signup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zephyr/static/js/signup.js b/zephyr/static/js/signup.js index 255808fde1..dd8b69762e 100644 --- a/zephyr/static/js/signup.js +++ b/zephyr/static/js/signup.js @@ -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.