Change default settings (type as romaji only)

This commit is contained in:
Taevas 2023-03-06 14:43:09 +01:00
parent ceee82ea89
commit 54150b8d8a

View file

@ -45,18 +45,18 @@
<label for="kq" class="form-check-label">カタカナ</label>
</div>
<div class="r form-check form-check-inline">
<input type="checkbox" class="form-check-input" id="rq" checked>
<input type="checkbox" class="form-check-input" id="rq">
<label for="rq" class="form-check-label">rōmaji</label>
</div>
</div>
<div class="col me-4 ms-4" id="allowed_equivalents">
<p>type as:</p>
<div class="h form-check form-check-inline">
<input type="checkbox" class="form-check-input" id="he" checked>
<input type="checkbox" class="form-check-input" id="he">
<label for="he" class="form-check-label">ひらがな</label>
</div>
<div class="k form-check form-check-inline">
<input type="checkbox" class="form-check-input" id="ke" checked>
<input type="checkbox" class="form-check-input" id="ke">
<label for="ke" class="form-check-label">カタカナ</label>
</div>
<div class="r form-check form-check-inline">