From ddaccfed784ff778022dc3cd2daf1cf68b86cc9a Mon Sep 17 00:00:00 2001 From: Thibaud Date: Sun, 23 Nov 2025 21:02:30 +0100 Subject: [PATCH] 202511232102 --- frontend/protos/back/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/protos/back/index.html b/frontend/protos/back/index.html index 80a0fa8..0cb5257 100644 --- a/frontend/protos/back/index.html +++ b/frontend/protos/back/index.html @@ -153,7 +153,7 @@ function afterNavbarVisibility(_visible) { intersectionObserverLog('TRIGGER '+arguments.callee.name); if (_visible) { - etatSections(3); + etatSections(2); } } addIntersectionObserverEntry("div_before_navbar", beforeNavbarVisibility);