mirror of https://github.com/zulip/zulip.git
Display validation errors produced by jQuery.validate in a special div.
This way we don't push things around on the screen. (imported from commit a8bbe6660e3089676fc0c169f540537fdff7f4fe)
This commit is contained in:
parent
873147330e
commit
9cf6bc17f7
|
@ -21,6 +21,7 @@ $(document).ready(function(){
|
|||
email: true,
|
||||
}
|
||||
},
|
||||
errorLabelContainer: "#errors",
|
||||
errorElement: "div",
|
||||
errorClass: "alert",
|
||||
|
||||
|
|
Loading…
Reference in New Issue