Remove sticky footer JavaScript

This commit is contained in:
Michael Rose 2019-10-18 10:56:04 -04:00
parent 29263ac102
commit 144155181b
2 changed files with 1 additions and 16 deletions

View File

@ -3,18 +3,6 @@
========================================================================== */ ========================================================================== */
$(document).ready(function() { $(document).ready(function() {
// Sticky footer
var bumpIt = function() {
$("body").css("margin-bottom", $(".page__footer").outerHeight(true));
};
bumpIt();
$(window).resize(
jQuery.throttle(250, function() {
bumpIt();
})
);
// FitVids init // FitVids init
$("#main").fitVids(); $("#main").fitVids();

File diff suppressed because one or more lines are too long