Template:Team:Bielefeld-CeBiTec/styles/js

$(document).ready(function () { var shiftWindow = function() { scrollBy(0, -120) }; window.addEventListener("hashchange", shiftWindow); function load() { if (window.location.hash) shiftWindow(); } load(); });