summaryrefslogtreecommitdiff
path: root/ext/bg/options.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-01 21:18:28 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-01 21:18:28 -0700
commiteaa7291683604895017c67e716f7ee44a1ea853a (patch)
tree355b18ec73e05bb3a666d99cf92ae32aa35f28ce /ext/bg/options.html
parent61993db7026d2e06666ba6aeea1f7eed388d8592 (diff)
Updating options page
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r--ext/bg/options.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html
index a88ea402..961d11f7 100644
--- a/ext/bg/options.html
+++ b/ext/bg/options.html
@@ -34,7 +34,15 @@
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
- <label><input type="checkbox" id="highlightText" checked> Highlight text</label>
+ <label><input type="checkbox" id="selectMatchedText" checked> Select matched text</label>
+ </div>
+ </div>
+ </div>
+
+ <div class="form-group">
+ <div class="col-sm-offset-2 col-sm-10">
+ <div class="checkbox">
+ <label><input type="checkbox" id="enableAnkiConnect" checked> Enable AnkiConnect</label>
</div>
</div>
</div>