diff options
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 6b81c0c9..1dc04f0f 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -7,9 +7,6 @@ <div class="checkbox options-advanced"> <label><input type="checkbox" class="dict-allow-secondary-searches" {{#if allowSecondarySearches}}checked{{/if}}> Allow secondary searches</label> </div> - <div class="radio"> - <label><input type="radio" class="dict-main" {{#if main}}checked{{/if}}> Set as main dictionary</label> - </div> <div class="form-group options-advanced"> <label for="dict-{{title}}">Result priority</label> <input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority"> |