aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-05-04 19:32:00 +0200
committerstonedDiscord <Tukz@gmx.de>2022-05-04 19:32:00 +0200
commit51c3567bb40016c3910d0c955cafe05ceb9c62d1 (patch)
tree2bb8b5ecb6666dd7a8d6384081af8ca48dd29fb1
parent162940a045dbf2158a7442e9e3bfd9d70a985974 (diff)
do NOT reload the page
-rw-r--r--webAO/client.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts
index 7df9133..bcb3e35 100644
--- a/webAO/client.ts
+++ b/webAO/client.ts
@@ -2622,6 +2622,7 @@ export function onEnter(event: KeyboardEvent) {
effect,
);
}
+ return false;
}
window.onEnter = onEnter;