202511232102

This commit is contained in:
Thibaud
2025-11-23 21:02:30 +01:00
parent 72c551a82d
commit ddaccfed78
+1 -1
View File
@@ -153,7 +153,7 @@
function afterNavbarVisibility(_visible) {
intersectionObserverLog('TRIGGER '+arguments.callee.name);
if (_visible) {
etatSections(3);
etatSections(2);
}
}
addIntersectionObserverEntry("div_before_navbar", beforeNavbarVisibility);