diff options
-rw-r--r-- | ext/bg/settings.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 64a510cc..eb20f5f7 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -387,10 +387,6 @@ <h3>Scanning Options</h3> <div class="checkbox"> - <label><input type="checkbox" id="touch-input-enabled" data-setting="scanning.touchInputEnabled"> Touch input enabled</label> - </div> - - <div class="checkbox"> <label><input type="checkbox" id="select-matched-text" data-setting="scanning.selectText"> Select matched text</label> </div> @@ -407,7 +403,11 @@ </div> <div class="checkbox options-advanced"> - <label><input type="checkbox" id="deep-dom-scan" data-setting="scanning.deepDomScan"> Deep DOM scan</label> + <label><input type="checkbox" id="touch-input-enabled" data-setting="scanning.touchInputEnabled"> Touch input enabled</label> + </div> + + <div class="checkbox options-advanced"> + <label><input type="checkbox" id="deep-dom-scan" data-setting="scanning.deepDomScan"> Deep content scan</label> </div> <div class="form-group options-advanced"> |