diff options
| author | Stephen Blott | 2015-03-17 15:43:48 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-03-17 15:43:48 +0000 | 
| commit | 49c52049f8e54c7a8a4e4432bc147d781a481c1a (patch) | |
| tree | d2ed46b585333e56d6d67eafc7948d96a89e692a | |
| parent | 8d09dc19c3e1afb629becef02d7d6cc58d13eaad (diff) | |
| download | vimium-49c52049f8e54c7a8a4e4432bc147d781a481c1a.tar.bz2 | |
Activate vomnibar in window.top; fix dropped line.
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index a057d654..81e0e3b2 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -242,6 +242,7 @@ registerFocus = (event) ->    if event.target == window      # Settings may have changed since the frame last had focus.      settings.load() +    checkIfEnabledForUrl()      # Don't register frameset containers; focusing them is no use.      unless document.body?.tagName.toLowerCase() == "frameset"        chrome.runtime.sendMessage handler: "frameFocused", frameId: frameId | 
