From 1b38ec3c5a92dea97c51b675a8cf1388f6a77392 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Sun, 8 Mar 2026 14:06:02 +0100 Subject: [PATCH] Typos --- scripts/session_startup_animation.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/session_startup_animation.js b/scripts/session_startup_animation.js index fd55dcc..fa441fb 100644 --- a/scripts/session_startup_animation.js +++ b/scripts/session_startup_animation.js @@ -22,8 +22,6 @@ async function sessionStartupAnimation() let all_default_elements = document.body.querySelectorAll("*"); all_default_elements.forEach((elem) => elem.style.opacity = 0); - console.log(document.body.style.height); - let xmlhttp = new XMLHttpRequest(); // Not the most optimised way, but it's working @@ -92,7 +90,7 @@ window.onkeydown = () => { window.onkeydown = null; } -// Only start animation per session +// Only start animation once per session window.onload = () => { document.body.style.opacity = 1;