Move XSS options down one line.
This commit is contained in:
parent
28be872273
commit
53f6758109
|
@ -137,6 +137,15 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
|
||||
<h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced__</button></h3>
|
||||
<div class="flextabs__content">
|
||||
|
||||
<div id="tb-options" class="opt-group">
|
||||
<span id="overrideTorBrowserPolicy-opt">
|
||||
<input type="checkbox" id="opt-overrideTorBrowserPolicy">
|
||||
<label for="opt-overrideTorBrowserPolicy" id="lbl-opt-overrideTorBrowserPolicy"
|
||||
><span class="tor">__MSG_OptOverrideTorBrowserPolicy__</span><span class="not-tor">__MSG_OptIncognitoPerm__</span></label>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="xss-options" class="opt-group">
|
||||
<span id="xss-opt">
|
||||
<input type="checkbox" id="opt-xss">
|
||||
|
@ -151,14 +160,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
|
||||
</div>
|
||||
|
||||
<div id="tb-options" class="opt-group">
|
||||
<span id="overrideTorBrowserPolicy-opt">
|
||||
<input type="checkbox" id="opt-overrideTorBrowserPolicy">
|
||||
<label for="opt-overrideTorBrowserPolicy" id="lbl-opt-overrideTorBrowserPolicy"
|
||||
><span class="tor">__MSG_OptOverrideTorBrowserPolicy__</span><span class="not-tor">__MSG_OptIncognitoPerm__</span></label>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="update-options" class="opt-group">
|
||||
<span id="amnesticUpdates-opt">
|
||||
<input type="checkbox" id="opt-amnesticUpdates">
|
||||
|
|
Loading…
Reference in New Issue