ソースを参照

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

読み込み中…
キャンセル
保存