瀏覽代碼

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

Loading…
取消
儲存