diff options
Diffstat (limited to 'webAO/dom/onReplayGo.ts')
| -rw-r--r-- | webAO/dom/onReplayGo.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/dom/onReplayGo.ts b/webAO/dom/onReplayGo.ts index 82a6f2f..4475778 100644 --- a/webAO/dom/onReplayGo.ts +++ b/webAO/dom/onReplayGo.ts @@ -5,6 +5,6 @@ import { client } from "../client"; * @param {KeyboardEvent} event */ export function onReplayGo(_event: Event) { - client.handleReplay(); + client.handleReplay(); } -window.onReplayGo = onReplayGo;
\ No newline at end of file +window.onReplayGo = onReplayGo; |
