From: Laury GvR Date: Thu, 5 Nov 2015 19:35:23 +0000 (-0500) Subject: Was still referencing unused footerPosition X-Git-Tag: v1.0.0~49^2~31 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=daa1bc6fed8a40660106ac0d32555ec5abde05a8;p=WP-Themes%2Fcrawfordco.git Was still referencing unused footerPosition --- 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);