From a30c7926549f428ed6ddc647ac9b7c1ead0cb1f8 Mon Sep 17 00:00:00 2001 From: Tilman Date: Sun, 25 Jun 2023 17:05:50 +0200 Subject: [PATCH] commit --- index.twig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.twig b/index.twig index 8de270c..0042f05 100644 --- a/index.twig +++ b/index.twig @@ -188,7 +188,7 @@ */ function menuOpacity() { - const navbar = document.getElementById("navbar"); + const navbar = document.getElementById("radio"); let y = navbar.scrollTop; if (y > 10) { navbar.style.setProperty('--bs-bg-opacity', 1); @@ -198,9 +198,6 @@ } console.log(y); } - - -