Browse Source

Fixed a typo causing a validation bug

master
David Miller 10 years ago
parent
commit
d533abe516
  1. 2
      js/contact_me.js

2
js/contact_me.js

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

Loading…
Cancel
Save