diff options
| author | Stephen Blott | 2015-02-14 12:23:28 +0000 |
|---|---|---|
| committer | Stephen Blott | 2015-02-14 12:23:28 +0000 |
| commit | 39545307beea82cae85030ecea936a248a6d1544 (patch) | |
| tree | 13690e6ea9123a25a17ccc8104dc1721bb813b55 /background_scripts | |
| parent | 9bd6b7814fbee5508a4a746789d10c687a2c0c9b (diff) | |
| parent | 05f229201a05101ab4947bd436ec02d8864392f9 (diff) | |
| download | vimium-39545307beea82cae85030ecea936a248a6d1544.tar.bz2 | |
Merge branch 'grab-back-focus'
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/settings.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index f43bd4bc..3528e8a9 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -113,6 +113,7 @@ root.Settings = Settings = # put in an example search engine searchEngines: "w: http://www.wikipedia.org/w/index.php?title=Special:Search&search=%s wikipedia" newTabUrl: "chrome://newtab" + grabBackFocus: false settingsVersion: Utils.getCurrentVersion() |
