From: Anthony Talarico Date: Fri, 22 Jan 2016 20:57:21 +0000 (-0500) Subject: fixing syntax error X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=51a382ba30521cb9156396a9145459a4c77bdd9a;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git fixing syntax error --- diff --git a/js/app.js b/js/app.js index 1f81eff..76898a8 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 b2e5d34..d1d249e 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(){ });