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

1 line
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()});