Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Stickyfooter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmr06005 committed Aug 5, 2015
1 parent 98ba955 commit 7c433af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ function stickyFoot(){
var footerH = $('#footers').outerHeight();
var windowH = window.innerHeight;
var gformH = 0;
console.log(wrapperH);
$('.gform_wrapper').each(function(){
gformH = gformH + $(this).outerHeight();
});
Expand Down

0 comments on commit 7c433af

Please sign in to comment.