From 8e3fad5921ebab4830a713e012afdb83d557829b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 8 Dec 2022 08:45:43 -0800 Subject: [PATCH] Validate numeric code before form is submitted The image generation script will reject any non-numeric seed as well as any value larger than 2**32-1. So enforcing this up front at the form will give the user a better experience. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6bdd28b..59d87e1 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ - + -- 2.43.0