diff options
| author | Phil Crosby | 2014-12-14 12:59:33 -0800 |
|---|---|---|
| committer | Phil Crosby | 2014-12-14 13:01:10 -0800 |
| commit | 5ec7f490b5e9e68bddb415b66b6cae86841a3d52 (patch) | |
| tree | d43fb04b395a07e58b535faf4cdb6aba1a5f9efe | |
| parent | 4550c90d1c7d2c093ad37074bf4a9c09a2d29ea0 (diff) | |
| download | vimium-5ec7f490b5e9e68bddb415b66b6cae86841a3d52.tar.bz2 | |
Hide the smooth scroll option from the settings UI
See #1299 for context.
| -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 8e685304..bc4454cd 100644 --- a/pages/options.html +++ b/pages/options.html @@ -352,15 +352,6 @@ 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. @@ -372,6 +363,15 @@ 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"> |
