#102 fix Springen

This commit is contained in:
ben8
2025-04-14 15:12:16 +02:00
parent f0dcc2baad
commit 70741a5a34

View File

@@ -66,6 +66,8 @@
}, duration); }, duration);
} }
}; };
if (window.location.pathname !== "/library/") {
localStorage.setItem("meine_seite_scroll", 0);}
</script> </script>
{% block extra_js %}{% endblock %} {% block extra_js %}{% endblock %}
</body> </body>