improved form
This commit is contained in:
parent
2611824eff
commit
60b704f180
|
@ -337,9 +337,11 @@
|
|||
},
|
||||
|
||||
showErrors: function(errorMap, errorList) {
|
||||
if(errorMap.hasOwnProperty("EMAIL")) {
|
||||
shakeForm()
|
||||
var content = errorMap.EMAIL;
|
||||
showErrorMessage(content);
|
||||
shakeForm()
|
||||
}
|
||||
},
|
||||
|
||||
// Submit the form via ajax (see: jQuery Form plugin)
|
||||
|
|
Loading…
Reference in New Issue