From bdee9f873d83ae19a45143c7ad0446bff12d4ee5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 22 Jan 2016 16:59:47 -0500 Subject: [PATCH] fixing syntax error --- js/app.js | 9 +-------- js/custom/pageSetup.js | 9 +-------- parts/glm-blocks.php | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/js/app.js b/js/app.js index eb344a1..a0bfba2 100644 --- a/js/app.js +++ b/js/app.js @@ -180,14 +180,7 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); - - $('#block-1, #block-2, #block-3').bind('touchstart', function(){ - $('#block-1, #block-2, #block-3').on("click", function ()){ - if($("#block-1").is(":hover")){ - - } - }); - }); + // if($(window).width() <= 1024){ // var p = document.getElementById('block-1'); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 6192edc..dd219a2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -171,14 +171,7 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); - - $('#block-1, #block-2, #block-3').bind('touchstart', function(){ - $('#block-1, #block-2, #block-3').on("click", function ()){ - if($("#block-1").is(":hover")){ - - } - }); - }); + // if($(window).width() <= 1024){ // var p = document.getElementById('block-1'); diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 4d62b9a..fad076b 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -6,7 +6,7 @@
ID); ?> - +
-- 2.17.1