From 44dd4dd49915dd866d49376166a6df1283b331d9 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 18 May 2017 09:06:55 -0400 Subject: [PATCH] Update function call use correct name --- js/app.js | 2 +- js/custom/bookARoom.js | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.17.1