From: Anthony Talarico Date: Fri, 22 Jan 2016 21:47:41 +0000 (-0500) Subject: added links to action items X-Git-Tag: v1.0.0^2~122 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e2b8bee12c49d17c2a77560becfe42d5a4b73f66;p=WP-Themes%2Fsaultstemarie.git added links to action items --- 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"); + } }); });