From 8509bd3f3c6a8b510add94f30477f08ad88399c6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 23 Feb 2017 15:48:19 -0500 Subject: [PATCH] adding share this to interior pages, removing console statement --- js/app.js | 3 --- js/custom/pageSetup.js | 3 --- sections/interior-page.php | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/js/app.js b/js/app.js index 3fc1f0b..0c300ee 100644 --- a/js/app.js +++ b/js/app.js @@ -114,7 +114,6 @@ $(window).on("load", function(){ opacity: 1, }, 1000); - // replace the event's img element with a wrapper div that has a background image of the same src $(event_feed).find(".slick-track").children('div').each( function () { var event_header = $(this).find('h6'); @@ -126,8 +125,6 @@ $(window).on("load", function(){ var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); $(this).find('img').remove(); - console.log(img_src); - }); // slideshow_description.css("opacity",".7"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 6a3ad30..8943e53 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -105,7 +105,6 @@ $(window).on("load", function(){ opacity: 1, }, 1000); - // replace the event's img element with a wrapper div that has a background image of the same src $(event_feed).find(".slick-track").children('div').each( function () { var event_header = $(this).find('h6'); @@ -117,8 +116,6 @@ $(window).on("load", function(){ var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); $(this).find('img').remove(); - console.log(img_src); - }); // slideshow_description.css("opacity",".7"); diff --git a/sections/interior-page.php b/sections/interior-page.php index 9f14148..46816a8 100644 --- a/sections/interior-page.php +++ b/sections/interior-page.php @@ -33,6 +33,7 @@ echo ""; } ?> + -- 2.17.1