From c022ec2e0ad901c8a531863d1407666542194928 Mon Sep 17 00:00:00 2001 From: Joshua Roy Date: Tue, 24 Feb 2015 11:17:29 -0500 Subject: [PATCH] Hopefully the last sticky footer bug fix --- js/cs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cs.js b/js/cs.js index 282430c..606fd5a 100644 --- a/js/cs.js +++ b/js/cs.js @@ -231,7 +231,7 @@ function stickyFoot(){ gformH = gformH + $(this).outerHeight(); }); windowH = windowH - wpadminbarH - ucheaderH; - if(wrapperH < gformH) wrapperH = wrapperH + gformH; + wrapperH = wrapperH + gformH; if(windowH>=wrapperH){ $('body').addClass('sticky'); } else {