From 51a382ba30521cb9156396a9145459a4c77bdd9a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 22 Jan 2016 15:57:21 -0500 Subject: [PATCH] fixing syntax error --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(){ }); -- 2.17.1