Skip to content

Commit bde170a

Browse files
committed
Revert "Hide the smooth scroll option from the settings UI"
This reverts commit 5ec7f49.
1 parent 46a5bad commit bde170a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pages/options.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,15 @@
351351
</tr>
352352
<tr>
353353
<td class="caption" verticalAlign="top">Miscellaneous<br/>options</td>
354+
<td verticalAlign="top" class="booleanOption">
355+
<label>
356+
<input id="smoothScroll" type="checkbox"/>
357+
Use smooth scrolling
358+
</label>
359+
</td>
360+
</tr>
361+
<tr>
362+
<td class="caption"></td>
354363
<td verticalAlign="top" class="booleanOption">
355364
<div class="help">
356365
<div class="example">
@@ -363,15 +372,6 @@
363372
</label>
364373
</td>
365374
</tr>
366-
<tr style="display:none">
367-
<td class="caption"></td>
368-
<td verticalAlign="top" class="booleanOption">
369-
<label>
370-
<input id="smoothScroll" type="checkbox"/>
371-
Use smooth scrolling
372-
</label>
373-
</td>
374-
</tr>
375375
<tr>
376376
<td class="caption"></td>
377377
<td verticalAlign="top" class="booleanOption">

0 commit comments

Comments
 (0)