From 7a6ff732c92bb3ea5d1ddf6c26d33febd18ae040 Mon Sep 17 00:00:00 2001 From: June 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(+) (limited to 'explore.html') diff --git a/explore.html b/explore.html index 6fa5858..37efd85 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