From: Anthony Talarico Date: Thu, 28 Jul 2016 17:32:05 +0000 (-0400) Subject: linking footer social icons to the anchor tags on the front page. Need to find the... X-Git-Tag: v1.0.0^2~247 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8b484cbeb0253d2187461f105b1b16aff17a947c;p=WP-Themes%2Fpetoskeyarea.git linking footer social icons to the anchor tags on the front page. Need to find the instagram site url --- 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 () {