diff options
| author | Stephen Blott | 2015-04-19 08:07:11 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-04-19 08:07:11 +0100 | 
| commit | 43b55018071d90adcdb4c4f2ff1b56226ae91dab (patch) | |
| tree | 798a8bcce02ea963cf9d6b9bfb3c279b60d3cb1c /background_scripts | |
| parent | 5b0036a0adfa47f3500ade40c2725a88716c97d2 (diff) | |
| download | vimium-43b55018071d90adcdb4c4f2ff1b56226ae91dab.tar.bz2 | |
Activate vomnibar in window.top; strip (now) unnecessary setting.
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 50a6a9f4..3528e8a9 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -114,8 +114,6 @@ root.Settings = Settings =      searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia"      newTabUrl: "chrome://newtab"      grabBackFocus: false -    # Vimium Labs settings -    vomnibarInTopFrame: false      settingsVersion: Utils.getCurrentVersion() | 
