From: Steve Sutton Date: Thu, 18 May 2017 13:06:55 +0000 (-0400) Subject: Update function call X-Git-Tag: v1.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=44dd4dd49915dd866d49376166a6df1283b331d9;p=WP-Themes%2Fcharlevoixlibrary.git Update function call use correct name --- diff --git a/js/app.js b/js/app.js index f9e16d5..4d80f52 100644 --- a/js/app.js +++ b/js/app.js @@ -36,7 +36,7 @@ function defaultagree(el){ } $(document).ready(function ($) { $('input[name=agreecheck]').click(function(){ - agreecheck($(this)); + agreesubmit($(this)); }); }); ;// Load foundation diff --git a/js/custom/bookARoom.js b/js/custom/bookARoom.js index 3108371..6fef46e 100644 --- a/js/custom/bookARoom.js +++ b/js/custom/bookARoom.js @@ -27,6 +27,6 @@ function defaultagree(el){ } $(document).ready(function ($) { $('input[name=agreecheck]').click(function(){ - agreecheck($(this)); + agreesubmit($(this)); }); }); diff --git a/style.css b/style.css index b4f5e36..a81c25a 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: CharlevoixPublicLibrary Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for CharlevoixPublicLibrary -Version: 1.0.0 +Version: 1.0.2 */