Migrate back to Git LFS
This commit is contained in:
parent
6b34b62aa2
commit
4b6498ede3
237 changed files with 36953 additions and 0 deletions
8
website/res/js/collapsible.js
Normal file
8
website/res/js/collapsible.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const collapsibleInit = () => {
|
||||
document.querySelectorAll(".collapsible-header").forEach((header) => {
|
||||
header.addEventListener("click", () => {
|
||||
header.classList.toggle("active");
|
||||
header.nextElementSibling.classList.toggle("active");
|
||||
});
|
||||
});
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue