summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthewsotoudeh <matthewsot@outlook.com>2016-08-11 00:46:11 -0700
committermatthewsotoudeh <matthewsot@outlook.com>2016-08-11 00:46:11 -0700
commit797c97cf0f73f770cad940d0a4144684742dafad (patch)
treec72d035c82211b20050e3829fd9be951051d4ab2
parentbd2d456e060c6358badf32efb9b19b8404ecbc27 (diff)
uncheck accurate dots by defaultpdf-source
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3d2b2fc..0b5d22c 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
<body>
<input type="text" id="dotnumber" placeholder="Dot Number (Bt4)" />
<br/>
- <input type="checkbox" id="accurate" name="accurate" checked /> <label for="accurate">Use 28.444 instead of 28 for hash distances</label>
+ <input type="checkbox" id="accurate" name="accurate" /> <label for="accurate">Use 28.444 instead of 28 for hash distances</label>
<button id="calculate">Go!</button>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback