Move XSS options down one line.
This commit is contained in:
parent
28be872273
commit
53f6758109
|
@ -137,19 +137,6 @@ 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="xss-options" class="opt-group">
|
||||
<span id="xss-opt">
|
||||
<input type="checkbox" id="opt-xss">
|
||||
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
|
||||
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
|
||||
</label>
|
||||
</span>
|
||||
<div id="xssChoices">
|
||||
</div>
|
||||
</div>
|
||||
<div id="clearclick-options" class="opt-group">
|
||||
<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">
|
||||
|
@ -159,6 +146,20 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<div id="xss-options" class="opt-group">
|
||||
<span id="xss-opt">
|
||||
<input type="checkbox" id="opt-xss">
|
||||
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
|
||||
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
|
||||
</label>
|
||||
</span>
|
||||
<div id="xssChoices">
|
||||
</div>
|
||||
</div>
|
||||
<div id="clearclick-options" class="opt-group">
|
||||
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
|
||||
</div>
|
||||
|
||||
<div id="update-options" class="opt-group">
|
||||
<span id="amnesticUpdates-opt">
|
||||
<input type="checkbox" id="opt-amnesticUpdates">
|
||||
|
|
Loading…
Reference in New Issue