From fa43bd428fdc99179005ecef0c4a099d4b95884c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 16 Jan 2019 15:39:33 -0500 Subject: Return false from keydown handler in explore --- explore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/explore.html b/explore.html index d9b1ddb..58584a7 100644 --- a/explore.html +++ b/explore.html @@ -16,6 +16,8 @@ button.arr { font-size: 150%; }

+A collaborative ASCII art project. +

ssh torus@ascii.town

@@ -105,5 +107,6 @@ Code is available from case "k": case "ArrowUp": uarr.onclick(); break; case "l": case "ArrowRight": rarr.onclick(); break; } + return false; } -- cgit 1.4.1