Translations, new icon, blocks, icons & images for softwares and fixing bugs.
This commit is contained in:
parent
09c21184c5
commit
d839b56dd3
31 changed files with 339 additions and 68 deletions
|
@ -7,4 +7,9 @@ window.addEventListener("load", () => {
|
|||
menu.classList.toggle('shown');
|
||||
nav.classList.toggle('menuShown');
|
||||
})
|
||||
document.querySelectorAll(".menu-with-sub").forEach(menu => {
|
||||
menu.querySelector("a").addEventListener("click", () => {
|
||||
menu.classList.toggle('toggled');
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue