From d533abe516838dc2f1937cd158ef836992f5a3da Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 11 Dec 2015 12:47:09 -0500 Subject: [PATCH] Fixed a typo causing a validation bug --- js/contact_me.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/contact_me.js b/js/contact_me.js index b76606e..d1c8cf9 100644 --- a/js/contact_me.js +++ b/js/contact_me.js @@ -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