projects
/
zombocom-ai
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b97348
)
Restrict code input field to 10 characters
author
Carl Worth
<cworth@cworth.org>
Wed, 7 Dec 2022 01:50:19 +0000
(17:50 -0800)
committer
Carl Worth
<cworth@cworth.org>
Wed, 7 Dec 2022 01:50:19 +0000
(17:50 -0800)
It really shouldn't need to be longer than that.
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index b93538092614407786527afa2770c91545fe3e16..d457549b45f3816d73e2af1855fc8017976c5387 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-42,7
+42,7
@@
<label for="code">
Numeric code
</label>
- <input id="code" autocomplete="off" placeholder="(Chosen randomly)" />
+ <input id="code"
type="text" size="10"
autocomplete="off" placeholder="(Chosen randomly)" />
</div>
<div class="form-row small right">