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");