Skip to content

Commit 53f6758

Browse files
committed
Move XSS options down one line.
1 parent 28be872 commit 53f6758

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

src/ui/options.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,6 @@ <h3 class="flextabs__tab appearance_tab"><button class="flextabs__toggle">__MSG_
137137

138138
<h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced__</button></h3>
139139
<div class="flextabs__content">
140-
<div id="xss-options" class="opt-group">
141-
<span id="xss-opt">
142-
<input type="checkbox" id="opt-xss">
143-
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
144-
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
145-
</label>
146-
</span>
147-
<div id="xssChoices">
148-
</div>
149-
</div>
150-
<div id="clearclick-options" class="opt-group">
151-
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
152-
</div>
153140

154141
<div id="tb-options" class="opt-group">
155142
<span id="overrideTorBrowserPolicy-opt">
@@ -159,6 +146,20 @@ <h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced
159146
</span>
160147
</div>
161148

149+
<div id="xss-options" class="opt-group">
150+
<span id="xss-opt">
151+
<input type="checkbox" id="opt-xss">
152+
<label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__
153+
<span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)
154+
</label>
155+
</span>
156+
<div id="xssChoices">
157+
</div>
158+
</div>
159+
<div id="clearclick-options" class="opt-group">
160+
<input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label>
161+
</div>
162+
162163
<div id="update-options" class="opt-group">
163164
<span id="amnesticUpdates-opt">
164165
<input type="checkbox" id="opt-amnesticUpdates">

0 commit comments

Comments
 (0)