aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-05-24 20:42:54 -0700
committerAlex Yatskov <alex@foosoft.net>2017-05-24 20:42:54 -0700
commit992852d3c0aab94044e4a850f598bed38dbc2579 (patch)
tree88c9df410bfa056f7361ab9db4c932473400d131 /ext/bg/options.html
parentcf4a86fa1c683324e2e0454648e44e169ffe9d08 (diff)
make form search be always enabled
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index 4898a3eb..e36e0511 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -91,10 +91,6 @@
</div>
<div class="checkbox">
- <label><input type="checkbox" id="search-form-text-fields"> Search form text fields</label>
- </div>
-
- <div class="checkbox">
<label><input type="checkbox" id="search-alphanumeric"> Search alphanumeric text</label>
</div>
@@ -173,15 +169,15 @@
<a href="https://foosoft.net/projects/anki-connect/">AnkiConnect</a> plugin for Anki.
</p>
- <div class="checkbox">
- <label><input type="checkbox" id="anki-enable"> Enable Anki integration</label>
- </div>
-
<div class="alert alert-danger" id="anki-error">
<strong>Error:</strong>
<span></span>
</div>
+ <div class="checkbox">
+ <label><input type="checkbox" id="anki-enable"> Enable Anki integration</label>
+ </div>
+
<div id="anki-general">
<div class="checkbox options-advanced">
<label><input type="checkbox" id="generate-html-cards"> Generate HTML cards</label>