Commit 3755d7ab187d5958bc7e7bb1cb1af3ec8640ebc5
1 parent
0704e374
Exists in
master
and in
1 other branch
Mandatory boxes checked by default.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/web/templates/index.html
| ... | ... | @@ -66,7 +66,7 @@ function toggle() { |
| 66 | 66 | <label><input type="hidden">Weighting:</label> |
| 67 | 67 | </div> |
| 68 | 68 | <div> |
| 69 | - <label class="special"><input type="radio" name="weight" value="BM25" > BM25</label> | |
| 69 | + <label class="special"><input type="radio" name="weight" value="BM25" checked> BM25</label> | |
| 70 | 70 | </div> |
| 71 | 71 | <div> |
| 72 | 72 | <label class="special"><input type="radio" name="weight" value="trad"> Traditional</label> |
| ... | ... | @@ -75,7 +75,7 @@ function toggle() { |
| 75 | 75 | <label><input type="hidden">Strategy:</label> |
| 76 | 76 | </div> |
| 77 | 77 | <div> |
| 78 | - <label class="special"><input type="radio" name="strategy" value="content"> Content-based</label> | |
| 78 | + <label class="special"><input type="radio" name="strategy" value="content" checked> Content-based</label> | |
| 79 | 79 | </div> |
| 80 | 80 | <div> |
| 81 | 81 | <label class="special"><input type="radio" name="strategy" value="collab"> Collaborative</label> | ... | ... |