Remove sticky footer JavaScript
This commit is contained in:
parent
29263ac102
commit
144155181b
@ -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();
|
||||||
|
|
||||||
|
5
assets/js/main.min.js
vendored
5
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user