Update function call
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 18 May 2017 13:06:55 +0000 (09:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 18 May 2017 13:06:55 +0000 (09:06 -0400)
use correct name

js/app.js
js/custom/bookARoom.js
style.css

index f9e16d5..4d80f52 100644 (file)
--- 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
index 3108371..6fef46e 100644 (file)
@@ -27,6 +27,6 @@ function defaultagree(el){
 }
 $(document).ready(function ($) {
     $('input[name=agreecheck]').click(function(){
-        agreecheck($(this));
+        agreesubmit($(this));
     });
 });
index b4f5e36..a81c25a 100644 (file)
--- 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
 */