Skip to content

Commit 0c71c75

Browse files
author
David Miller
committed
Fixed a typo causing a validation bug
1 parent e5e6c65 commit 0c71c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/contact_me.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$(function() {
22

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

0 commit comments

Comments
 (0)