From 5764e96d927d6dd722a1508f4a8dd034b66362be Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Dec 2022 17:50:19 -0800 Subject: [PATCH] Restrict code input field to 10 characters It really shouldn't need to be longer than that. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b935380..d457549 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@ - +
-- 2.43.0