This commit is contained in:
Thijs Stobbelaar 2023-11-03 21:35:50 +01:00
parent ec6d34d95b
commit 310f1940b6

View file

@ -20,7 +20,7 @@ if ($host == 'dev.dtch.online') {
<i class="fa fa-bars"></i>
</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
@ -28,4 +28,5 @@ function myFunction() {
} else {
x.style.display = "block";
}
}
}
</script>