Fixed a typo causing a validation bug

This commit is contained in:
David Miller 2015-12-11 12:47:09 -05:00
parent 071d7941ed
commit d533abe516

View File

@ -1,6 +1,6 @@
$(function() { $(function() {
$("#contactFrom input,#contactForm textarea").jqBootstrapValidation({ $("#contactForm input,#contactForm textarea").jqBootstrapValidation({
preventSubmit: true, preventSubmit: true,
submitError: function($form, event, errors) { submitError: function($form, event, errors) {
// additional error messages or events // additional error messages or events