From 21f2d7737bab3944ce9bc8d41cbb3f6444323ee3 Mon Sep 17 00:00:00 2001 From: MrSpaar Date: Mon, 29 Jan 2024 00:47:57 +0100 Subject: [PATCH] Oubli remove active --- static/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/script.js b/static/script.js index af160f1..db9c944 100644 --- a/static/script.js +++ b/static/script.js @@ -35,4 +35,5 @@ function postFetch() { window.scrollTo(0, 0); document.body.classList.remove('nav-open'); + loader.classList.remove('active'); }