diff options
| author | Stephen Blott | 2015-04-19 07:45:16 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-04-19 07:45:18 +0100 | 
| commit | 5b0036a0adfa47f3500ade40c2725a88716c97d2 (patch) | |
| tree | e0478b4379d0c99aab7d06b3ecb5ec8b26310132 /pages/options.coffee | |
| parent | d67347461da5a0468547e4c807a54bb40746faf4 (diff) | |
| download | vimium-5b0036a0adfa47f3500ade40c2725a88716c97d2.tar.bz2 | |
Activate vomnibar in window.top; strip Vimium Labs.
Since the vomnibar now always is initialised and opened the top window
(see d67347461da5a0468547e4c807a54bb40746faf4), there's no longer a need
for this to be a Vimium Labs feature.
Diffstat (limited to 'pages/options.coffee')
| -rw-r--r-- | pages/options.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/pages/options.coffee b/pages/options.coffee index 55b5b63a..d2950348 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -261,7 +261,6 @@ initOptionsPage = ->      searchEngines: TextOption      searchUrl: NonEmptyTextOption      userDefinedLinkHintCss: TextOption -    vomnibarInTopFrame: CheckBoxOption    # Populate options. The constructor adds each new object to "Option.all".    for name, type of options | 
