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.