diff options
| author | Stephen Blott | 2014-12-17 07:39:37 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-17 07:39:37 +0000 |
| commit | c7213f8a12ff75c00da3c7bdadb38239b096cb19 (patch) | |
| tree | 58f3a4ef7bd9f4fc62ebbaeea166020577c6352a /pages | |
| parent | db4b0c952fdf8fff517a4393cd07b04ecffb2ead (diff) | |
| parent | 09f8527915eae8067072277e2b161493ede359cd (diff) | |
| download | vimium-c7213f8a12ff75c00da3c7bdadb38239b096cb19.tar.bz2 | |
Merge branch 'master' into post-1.46
Diffstat (limited to 'pages')
| -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"> |
