Default to no Farnsworth
This commit is contained in:
parent
6c4ed863cc
commit
6aa9895174
@ -159,10 +159,10 @@ up a letter faster.
|
||||
<br>
|
||||
<legend>Use the Farnsworth method?</legend>
|
||||
<div>
|
||||
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes" checked="checked">
|
||||
<input type="radio" id="yesFarnsworth" name="farnsworth" value="yes">
|
||||
<label for="yesFarnsworth">Yes</label>
|
||||
<br>
|
||||
<input type="radio" id="noFarnsworth" name="farnsworth" value="no">
|
||||
<input type="radio" id="noFarnsworth" name="farnsworth" value="no" checked="checked">
|
||||
<label for="noFarnsworth">No</label>
|
||||
</div>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user