diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-01 21:18:28 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-01 21:18:28 -0700 |
commit | eaa7291683604895017c67e716f7ee44a1ea853a (patch) | |
tree | 355b18ec73e05bb3a666d99cf92ae32aa35f28ce /ext/bg/options.html | |
parent | 61993db7026d2e06666ba6aeea1f7eed388d8592 (diff) |
Updating options page
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 10 |
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> |