adding ios touchstart function for blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 13:18:06 +0000 (08:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 25 Jan 2016 13:18:06 +0000 (08:18 -0500)
js/app.js
js/custom/pageSetup.js

index a0bfba2..332ea3e 100644 (file)
--- 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){
index dd219a2..659eef2 100644 (file)
@@ -171,6 +171,9 @@ $(document).ready(function () {
             $("#departOff").val(minDays);
         }
     });
+    $('#block-1. #block-2, #block-3').bind('touchstart', function(){
+      
+   });
 
     
 //    if($(window).width() <= 1024){