From 432afa803d1aeac804feacbdbfef8ff7c810ee1c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 26 Jan 2016 13:41:56 -0500 Subject: [PATCH] removed / after permalink --- footer.php | 2 +- js/app.js | 1 + js/custom/pageSetup.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index f6bb18b..4d28c96 100644 --- a/footer.php +++ b/footer.php @@ -4,7 +4,7 @@
- +
diff --git a/js/app.js b/js/app.js index 3846160..2fba79b 100644 --- a/js/app.js +++ b/js/app.js @@ -175,6 +175,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $("#departOff").val(minDays); } }); + $('#block-1, #block-2, #block-3').bind('click tap', function(){ if($(window).width() <= 1024){ $(this).toggleClass('front-page-blocks'); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 80328b7..d0210f6 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -166,6 +166,7 @@ var extraDay, end, arrival, currentDate, currentDate2, requiredDate, requiredDat $("#departOff").val(minDays); } }); + $('#block-1, #block-2, #block-3').bind('click tap', function(){ if($(window).width() <= 1024){ $(this).toggleClass('front-page-blocks'); -- 2.17.1