Skip to content

Commit

Permalink
Fixed a typo causing a validation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
David Miller committed Dec 11, 2015
1 parent e5e6c65 commit 0c71c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/contact_me.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c71c75

Please sign in to comment.