reverting changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Jan 2016 21:21:48 +0000 (16:21 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Jan 2016 21:21:48 +0000 (16:21 -0500)
js/app.js
js/custom/pageSetup.js

index 66c2463..a9ede56 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -181,9 +181,11 @@ $(document).ready(function () {
         }
     });
   
-    if($("#block-1").is(":hover")){
-        alert("est");
-    }
+    $('#block-1, #block-2, #block-3').bind('touchstart', function(){
+      if($("#block-1").is(":hover")){
+          alert("test");
+      }
+   });
     
 //    if($(window).width() <= 1024){
 //        var p = document.getElementById('block-1');
index e75fb84..36de4a9 100644 (file)
@@ -172,9 +172,11 @@ $(document).ready(function () {
         }
     });
   
-    if($("#block-1").is(":hover")){
-        alert("est");
-    }
+    $('#block-1, #block-2, #block-3').bind('touchstart', function(){
+      if($("#block-1").is(":hover")){
+          alert("test");
+      }
+   });
     
 //    if($(window).width() <= 1024){
 //        var p = document.getElementById('block-1');