summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-08-19 22:20:46 -0400
committerpommicket <pommicket@gmail.com>2024-08-19 22:20:46 -0400
commitb6743568630ed182a3791344b3c042c79cc3b559 (patch)
tree811b496f8036f8078a2a9fd93b3673e269b90c9b /index.html
parent2deeda6f7c219522218a722bee17b646bd2b7ba6 (diff)
piece position validation, only update on mouseup, etc.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1a0af50..d34cdbc 100644
--- a/index.html
+++ b/index.html
@@ -19,7 +19,7 @@
<body class="margined">
<h3>jigsaw</h3>
<form id="host-form" method="dialog" action="#">
- <div class="form-line"><label><input type="number" min="10" max="1000" name="pieces" value="100"> 🧩 Number of pieces</label></div>
+ <div class="form-line"><label><input type="number" min="10" max="1000" name="pieces" value="100" id="piece-count"> 🧩 Number of pieces</label></div>
<div class="form-line">
<fieldset>
<legend>Choose your image…</legend>