From daa1bc6fed8a40660106ac0d32555ec5abde05a8 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 5 Nov 2015 14:35:23 -0500 Subject: [PATCH] Was still referencing unused footerPosition --- footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 6426409..9eb90a9 100644 --- a/footer.php +++ b/footer.php @@ -88,7 +88,8 @@ $(function(){ var toggleSitelist = true; $('#emmet').on('click',function(e) { - var footerPosition = get_footer_position(); +// var footerPosition = get_footer_position(); + var footerPosition = 'fixed'; if (footerPosition === 'fixed') { if (toggleSitelist) { $("#sitelist").animate({'height': 53}, 600); -- 2.17.1