diff --git a/js/cs.js b/js/cs.js index 8287e67..08e05d4 100644 --- a/js/cs.js +++ b/js/cs.js @@ -245,6 +245,9 @@ $(document).ready(function(){ $(window).resize(function() { stickyFoot(); }); +$(window).load(function() { + stickyFoot(); +}); $('.panel, .collapse').on('shown.bs.collapse', function (e) { stickyFoot();