From 8006fe9fc812fa45f76af9c3ad27e11a9ebdaea6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 Aug 2016 11:58:09 -0400 Subject: [PATCH] removing last set of changes to the dynamic height functions for the front page featured events slider header text --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index e9cbd2f..e922847 100644 --- a/js/app.js +++ b/js/app.js @@ -120,7 +120,7 @@ $(document).ready(function () { var prev = $(this).prev(); var next = $(this).next(); - event_header.css("height", header_height_max + 26 + "px"); + event_header.css("height", header_height_max + "px"); var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index a06bb82..ae94fe3 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -111,7 +111,7 @@ $(document).ready(function () { var prev = $(this).prev(); var next = $(this).next(); - event_header.css("height", header_height_max + 26 + "px"); + event_header.css("height", header_height_max + "px"); var img_src = $(this).find("img").attr('src'); $(this).find('img').wrap("
"); -- 2.17.1