From 1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 4 Sep 2022 22:30:31 +0200 Subject: undo dom stuff --- webAO/dom/onReplayGo.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 webAO/dom/onReplayGo.ts (limited to 'webAO/dom/onReplayGo.ts') diff --git a/webAO/dom/onReplayGo.ts b/webAO/dom/onReplayGo.ts deleted file mode 100644 index c13a8e6..0000000 --- a/webAO/dom/onReplayGo.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { client } from "../client"; -/** - * Triggered when the user click replay GOOOOO - * @param {KeyboardEvent} event - */ - export function onReplayGo(_event: Event) { - client.handleReplay(); - } - window.onReplayGo = onReplayGo; \ No newline at end of file -- cgit