From 7ab6dfc3dc2855ba0ee9231a081092ec2515cf65 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 18 Apr 2016 09:13:46 -0400 Subject: [PATCH] Add Camp Petosega to footer --- footer.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/footer.php b/footer.php index 85507f6..37db7db 100644 --- a/footer.php +++ b/footer.php @@ -14,7 +14,7 @@
  • Emmet
    County EMS
  • McGulpin
    Lighthouse
  • - +
  • Camp
    Petosega
  • @@ -64,10 +64,8 @@ // }); $('#right-sidebar-expand').on('click', function(e){ if (height > $("main").height()) { - $(".inner-wrap").height(origPageHeight + (height - $("main").height())); - - } + } $("#extra").attr("display", "visible"); $("#extra").animate({ 'height': $("#extra").attr('data-fullheight'), 'width': $("#extra").attr('data-fullwidth') -- 2.17.1