|
|
@ -20,6 +20,7 @@ function collapse_all () { |
|
|
content = colls[i].nextElementSibling; |
|
|
content = colls[i].nextElementSibling; |
|
|
if (content.style.display === "block") { |
|
|
if (content.style.display === "block") { |
|
|
content.style.display = "none"; |
|
|
content.style.display = "none"; |
|
|
|
|
|
colls[i].classList.toggle("active"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |