From c1909ac643cd2cde8f33b72fb6f24f34f87e72c4 Mon Sep 17 00:00:00 2001 From: Barzder Date: Wed, 27 Dec 2023 23:51:58 +0100 Subject: [PATCH] script.js wurde nicht mit aktualisiert... --- static/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/script.js b/static/js/script.js index a9533db..a897f77 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -1,5 +1,5 @@ function load() { - // setting the id for the buttons used for toggling. + // setting the ID for the buttons used for toggling. // in order to support multiple buttons, e.g. to support collapsing navbars for mobile devices we create an array const buttons = document.querySelectorAll(".themebtn");