소스 검색

correction probleme typo

pull/2/head
Thibaud 1 년 전
부모
커밋
16a3f92b70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frontend/src/scripts/UI/IntersectionObserver/header.js

+ 1
- 1
frontend/src/scripts/UI/IntersectionObserver/header.js 파일 보기

@ -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');

불러오는 중...
취소
저장