removed debug

This commit is contained in:
Ell 2023-08-17 13:51:51 +02:00
parent 44c706f4a4
commit 3ca0e54e0a

View file

@ -64,7 +64,6 @@
// scroll to anchor // scroll to anchor
$(() => { $(() => {
console.log("Loaded!");
let element = $(window.location.hash); let element = $(window.location.hash);
if (element.length) if (element.length)
$(window).scrollTop(element.offset().top); $(window).scrollTop(element.offset().top);