Was still referencing unused footerPosition
authorLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 19:35:23 +0000 (14:35 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 5 Nov 2015 19:35:23 +0000 (14:35 -0500)
footer.php

index 6426409..9eb90a9 100644 (file)
@@ -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);