From 8b484cbeb0253d2187461f105b1b16aff17a947c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jul 2016 13:32:05 -0400 Subject: [PATCH] linking footer social icons to the anchor tags on the front page. Need to find the instagram site url --- footer.php | 10 +++++----- js/app.js | 1 - js/custom/pageSetup.js | 1 - 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/footer.php b/footer.php index 3e04ecb..c3deb79 100644 --- a/footer.php +++ b/footer.php @@ -20,11 +20,11 @@

Follow Us

diff --git a/js/app.js b/js/app.js index ad99216..36f9de9 100644 --- a/js/app.js +++ b/js/app.js @@ -57,7 +57,6 @@ $(document).ready(function () { book_pos = book.offset(); x_pos = book_pos.left; $(res_form).css("left", x_pos - (length - book_width) + "px"); - console.debug(book_width + " : " + length + " : " + x_pos); }); // $("#start-date").on("click", function () { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index bba11c6..91e97af 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -48,7 +48,6 @@ $(document).ready(function () { book_pos = book.offset(); x_pos = book_pos.left; $(res_form).css("left", x_pos - (length - book_width) + "px"); - console.debug(book_width + " : " + length + " : " + x_pos); }); // $("#start-date").on("click", function () { -- 2.17.1