From e2b8bee12c49d17c2a77560becfe42d5a4b73f66 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 22 Jan 2016 16:47:41 -0500 Subject: [PATCH] added links to action items --- footer.php | 6 +++--- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/footer.php b/footer.php index 4401ea9..e15d390 100644 --- a/footer.php +++ b/footer.php @@ -1,13 +1,13 @@
- +
- +
- +
diff --git a/js/app.js b/js/app.js index e102c31..eb344a1 100644 --- a/js/app.js +++ b/js/app.js @@ -184,7 +184,7 @@ $(document).ready(function () { $('#block-1, #block-2, #block-3').bind('touchstart', function(){ $('#block-1, #block-2, #block-3').on("click", function ()){ if($("#block-1").is(":hover")){ - alert("test"); + } }); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index f291170..6192edc 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -175,7 +175,7 @@ $(document).ready(function () { $('#block-1, #block-2, #block-3').bind('touchstart', function(){ $('#block-1, #block-2, #block-3').on("click", function ()){ if($("#block-1").is(":hover")){ - alert("test"); + } }); }); -- 2.17.1