FEAT: Beta for about section.

This commit is contained in:
MajorDroolz
2022-12-22 21:30:44 -05:00
parent b7c7e0dd9c
commit 2fc2271221
4 changed files with 88 additions and 12 deletions

View File

@@ -26,6 +26,8 @@ function main() {
if (menu == null) return;
menu.addEventListener("click", clickMenuModal);
menu.addEventListener("touchstart", clickMenuModal);
calcScroll();
}
function clickMenuModal(e) {