This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tibo
/
template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
202511232102
evo4532
Thibaud
1 month ago
parent
72c551a82d
commit
ddaccfed78
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/protos/back/index.html
+ 1
- 1
frontend/protos/back/index.html
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);
Write
Preview
Loading…
Cancel
Save