UNPKG

sticky-footer.js

Version:
12 lines (7 loc) 195 B
;(function(jQuery) { "use strict"; var init = function() { jQuery(".main-content").adjustHeightForScreen(); }; jQuery(window).on("load", init); })(jQuery);