diff options
| author | Stephen Blott | 2015-05-28 10:22:46 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-28 10:22:48 +0100 | 
| commit | ded18f3bb0eb8cf2e559ff44a46564fd002a4b33 (patch) | |
| tree | e66ee1e3f28cb6cc2ca4da409708c5111749f2e6 /pages/options.html | |
| parent | a3002fe93e6d9f69f7f12f3695becf307e59bb89 (diff) | |
| download | vimium-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/options.html')
| -rw-r--r-- | pages/options.html | 3 | 
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> | 
