From: Anthony Talarico Date: Mon, 25 Jan 2016 13:21:50 +0000 (-0500) Subject: fixing syntax error X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0d8309f36e1b198ffa8a9f0abc2f49fb14d3f3ec;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git fixing syntax error --- diff --git a/js/app.js b/js/app.js index 332ea3e..c9c4895 100644 --- a/js/app.js +++ b/js/app.js @@ -180,7 +180,7 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); - $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + $('#block-1, #block-2, #block-3').bind('touchstart', function(){ }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 659eef2..f693656 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -171,7 +171,7 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); - $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + $('#block-1, #block-2, #block-3').bind('touchstart', function(){ });