|
|
|
@ -1,5 +1,5 @@
|
|
|
|
function load() {
|
|
|
|
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
|
|
|
|
// in order to support multiple buttons, e.g. to support collapsing navbars for mobile devices we create an array
|
|
|
|
const buttons = document.querySelectorAll(".themebtn");
|
|
|
|
const buttons = document.querySelectorAll(".themebtn");
|
|
|
|
|
|
|
|
|
|
|
|
|