remove extra empty lines

This commit is contained in:
Anton Livaja 2023-10-24 13:14:56 -04:00
parent ace073700e
commit 768bc9eb60
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 0 additions and 16 deletions

View File

@ -8,19 +8,3 @@ collapsibleButton.addEventListener("click", function () {
menuContent.style.display = "block"; menuContent.style.display = "block";
} }
}); });