Skip to content

Commit

Permalink
Merge pull request weblab#109 from jmr06005/master
Browse files Browse the repository at this point in the history
Another sticky footer bug fix
  • Loading branch information
jmr06005 committed Feb 26, 2015
2 parents e41278d + d75eae4 commit 6f49495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ $(document).ready(function(){
$(window).resize(function() {
stickyFoot();
});
$(window).load(function() {
stickyFoot();
});

$('.panel, .collapse').on('shown.bs.collapse', function (e) {
stickyFoot();
Expand Down

0 comments on commit 6f49495

Please sign in to comment.