develop #2

Merged
tibo merged 9 commits from develop into production 2025-11-22 07:41:44 +00:00
Showing only changes of commit 16a3f92b70 - Show all commits
@@ -7,7 +7,7 @@ const handleHeaderIntersection = function (entries) {
const section_header = document.querySelector("header");
if (section_header) {
const headerObserver = new IntersectionObserver(handleSynthesisIntersection);
const headerObserver = new IntersectionObserver(handleHeaderIntersection);
if (headerObserver) headerObserver.observe(section_header);
} else myLog('No header to observe');