Merge branch 'server' into feat/matchmaking

This commit is contained in:
2023-12-12 10:01:12 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@ const router = async (uri) => {
return 0;
};
window.addEventListener("popstate", function() {router(this.location.pathname)});
window.addEventListener("popstate", function() {router(location.pathname)});
document.addEventListener("DOMContentLoaded", () => {
document.body.addEventListener("click", e => {