tracman-server/static/js/.footer.min.js

4 lines
215 B
JavaScript

"use strict"
function setFooter(){var o=$(window).height(),t=$("footer").offset().top+$("footer").height()
o>t&&$("footer").css("margin-top",o-t)}$(function(){setFooter()}),$(window).resize(function(){setFooter()})