From 347c4509fbf63433a80999a4b1b0433eeea3422d 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. --- empires/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empires/index.html b/empires/index.html index 132c5e8..1e9e858 100644 --- a/empires/index.html +++ b/empires/index.html @@ -34,7 +34,7 @@ - + -- 2.43.0