aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2015-05-28 10:22:46 +0100
committerStephen Blott2015-05-28 10:22:48 +0100
commitded18f3bb0eb8cf2e559ff44a46564fd002a4b33 (patch)
treee66ee1e3f28cb6cc2ca4da409708c5111749f2e6 /pages
parenta3002fe93e6d9f69f7f12f3695becf307e59bb89 (diff)
downloadvimium-ded18f3bb0eb8cf2e559ff44a46564fd002a4b33.tar.bz2
Custom-only: remove omniSearchWeightOption.
This option is no longer needed, since we don't do search completion except for custom searches.
Diffstat (limited to 'pages')
-rw-r--r--pages/options.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html
index 8535823d..0fa5b18d 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -238,6 +238,8 @@ b: http://b.com/?q=%s description
</tr>
<!-- Vimium Labs -->
+ <!--
+ Disabled. But we leave this code here as a template for the next time we need to introduce "Vimium Labs".
<tr>
<td colspan="2"><header>Vimium Labs</header></td>
</tr>
@@ -263,6 +265,7 @@ b: http://b.com/?q=%s description
<input id="omniSearchWeight" type="number" min="0.0" max="1.0" step="0.05" />(0 to 1)
</td>
</tr>
+ -->
</tbody>
</table>
</div>