Przeglądaj źródła

correction probleme typo

pull/2/head
Thibaud 1 rok temu
rodzic
commit
16a3f92b70
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frontend/src/scripts/UI/IntersectionObserver/header.js

+ 1
- 1
frontend/src/scripts/UI/IntersectionObserver/header.js Wyświetl plik

@ -7,7 +7,7 @@ const handleHeaderIntersection = function (entries) {
const section_header = document.querySelector("header");
if (section_header) {
const headerObserver = new IntersectionObserver(handle Synthesis Intersection);
const headerObserver = new IntersectionObserver(handle Header Intersection);
if (headerObserver) headerObserver.observe(section_header);
} else myLog('No header to observe');

Ładowanie…
Anuluj
Zapisz