diff options
| author | Phil Crosby | 2014-12-16 10:51:19 -0800 |
|---|---|---|
| committer | Phil Crosby | 2014-12-16 10:51:19 -0800 |
| commit | bde170aa74aa9909efaaf95b056dbbd09811570f (patch) | |
| tree | 050348bbb48fe323ec26a60971162b4b1a5f7952 | |
| parent | 46a5bad5d7d3532431dca3c567ad4f148f565e08 (diff) | |
| download | vimium-bde170aa74aa9909efaaf95b056dbbd09811570f.tar.bz2 | |
Revert "Hide the smooth scroll option from the settings UI"
This reverts commit 5ec7f490b5e9e68bddb415b66b6cae86841a3d52.
| -rw-r--r-- | pages/options.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pages/options.html b/pages/options.html index bc4454cd..8e685304 100644 --- a/pages/options.html +++ b/pages/options.html @@ -352,6 +352,15 @@ unmapAll <tr> <td class="caption" verticalAlign="top">Miscellaneous<br/>options</td> <td verticalAlign="top" class="booleanOption"> + <label> + <input id="smoothScroll" type="checkbox"/> + Use smooth scrolling + </label> + </td> + </tr> + <tr> + <td class="caption"></td> + <td verticalAlign="top" class="booleanOption"> <div class="help"> <div class="example"> In link-hint mode, this option lets you also select a link by typing its text. @@ -363,15 +372,6 @@ unmapAll </label> </td> </tr> - <tr style="display:none"> - <td class="caption"></td> - <td verticalAlign="top" class="booleanOption"> - <label> - <input id="smoothScroll" type="checkbox"/> - Use smooth scrolling - </label> - </td> - </tr> <tr> <td class="caption"></td> <td verticalAlign="top" class="booleanOption"> |
