Rm "answer" class from form: helpers.js confused.

This commit is contained in:
Neale Pickett 2023-11-14 14:37:04 -07:00
parent 40b9acf33f
commit bae0fb25c6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<ul id="files"></ul>
<p>Puzzle by <span id="authors">[loading]</span></p>
</section>
<form class="answer">
<form>
<label for="answer">Answer:</label>
<input type="text" name="answer" id="answer"> <span class="answer_ok"></span>
<br>