From bf58574398032b6659808a0624e89f7284d2a272 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 25 Jan 2016 08:18:06 -0500 Subject: [PATCH] adding ios touchstart function for blocks --- js/app.js | 3 +++ js/custom/pageSetup.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/js/app.js b/js/app.js index a0bfba2..332ea3e 100644 --- a/js/app.js +++ b/js/app.js @@ -180,6 +180,9 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); + $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + + }); // if($(window).width() <= 1024){ diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index dd219a2..659eef2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -171,6 +171,9 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); + $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + + }); // if($(window).width() <= 1024){ -- 2.17.1