mirror of
https://git.topisto.net/tibo/template.git
synced 2026-03-31 13:09:09 +00:00
correction probleme typo
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user