mirror of https://github.com/zulip/zulip.git
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:
parent
63d739ef17
commit
498ac0ed52
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue