mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
lint
This commit is contained in:
@@ -20,7 +20,7 @@ import { Ended } from '../game_state/states/Ended.js';
|
||||
export const gameHandler = (socket, window, gameDOM) => {
|
||||
window.onunload = () => {
|
||||
socket.close();
|
||||
}
|
||||
};
|
||||
document.body.innerHTML = gameDOM + document.body.innerHTML;
|
||||
injectNavbar();
|
||||
const connectionHandler = () => {
|
||||
|
||||
Reference in New Issue
Block a user