fix bug cannot open mobile navbar

main
alexanderroese 2024-06-22 19:42:31 +02:00
parent e4b4e878d8
commit 93594a9f28
1 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,6 @@
</div>
</div>
{% comment %}
<script>
class Accordion {
constructor(el) {
@ -222,10 +221,11 @@ class Accordion {
}
document.querySelectorAll('details').forEach((el) => {
console.log("id v", el)
new Accordion(el);
});
});
</script>
{% endcomment %}
{% schema %}
{