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

Commit

Permalink
Another sticky footer bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmr06005 committed Feb 26, 2015
1 parent 03a5dc4 commit d75eae4
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 d75eae4

Please sign in to comment.