Go back

Video plansifter SIFTOMAT

$(document).ready(function() { if (window.location.hash) { setTimeout(() => { const target = $(window.location.hash); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top }, 500); } }, 100); } });