Skip to content

Commit

Permalink
expand buttons: fix wrong radio button checked by default (now left one)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmidTU committed Aug 20, 2024
1 parent 04bc0e3 commit b5a97ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Multi-Radical Kanji Search (WTK-Search)
author: sschmidTU
url: https://sschmidtu.github.io/mr-kanji-search-wtk/
description: "Search Kanji using WK radicals or RTK names. Type 'arrow mouth' to find 知, for example."
version: "2.0.0.3"
version: "2.0.0.5"
permalink: /:title/

exclude:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 id="mainTitleH1" class="mainTitleH1"><img src="assets/img/favicon.ico" heigh
<label for="cnVariantCheckbox" id="cnVariantLabel" title="Display Simplified Chinese variant in brackets. A lot of programs in Windows and Android (e.g. Anki) unfortunately use these by default. Note that most Chinese variants are basically the same. Also, I'll make a proper options menu soon™, promised (kinda)!">
Add Chinese font in brackets - examples: <span lang='ja'></span> (<span lang='zh-Hans'></span>), <span lang='ja'></span>(<span lang='zh-Hans'></span>)</label>
<br>
Expand <input type="radio" id="expandNumber" name="expandResultsRadio" value="HTML"> <input type="number" id="expandResultsLimitInput" value=3> <input type="radio" id="expandAllResultsCheckbox" name="expandResultsRadio" checked="false">
Expand <input type="radio" id="expandNumber" name="expandResultsRadio" value="HTML" checked> <input type="number" id="expandResultsLimitInput" value=3> <input type="radio" id="expandAllResultsCheckbox" name="expandResultsRadio">
<label for="expandAllResultsCheckbox" id="expandAllResultsLabel" title=""><i>all</i></label> results automatically (show elements info)
<br>
</div>
Expand Down

0 comments on commit b5a97ff

Please sign in to comment.