From fb9c17b9d75b3246422f1e3c4f24e079a3af1fd2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 10 May 2020 08:43:59 -0700 Subject: [PATCH] Disable autocomplete on the character field This is intended to prevent multiple players (using a single browser) from accidentally seeing a name that a previous player entered when the browser offers it up for autocompletion. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 132c5e8..1e9e858 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ - + -- 2.43.0