Merge branch 'server' into feat/matchmaking
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user