aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-04-28 09:58:01 +0100
committerStephen Blott2015-04-28 09:58:01 +0100
commit03c5b0839e0b6ccc1d243fe1cafafda6221c7f37 (patch)
treeebf1dfa1f9a9024fcb7b4b99df2093bea641d514 /background_scripts
parentfe8e0898d1ed563dacb119c50f026a181f144fa2 (diff)
parentf1e46d8145c834a712f6be7c1e5bd590c72da749 (diff)
downloadvimium-03c5b0839e0b6ccc1d243fe1cafafda6221c7f37.tar.bz2
Merge pull request #1609 from smblott-github/fix-grab-back-focus-after-web-navigation
Fix grab back focus after web navigation
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 3a3392d8..559a904d 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -100,7 +100,7 @@ root.isEnabledForUrl = isEnabledForUrl = (request, sender) ->
}
onURLChange = (details) ->
- chrome.tabs.sendMessage details.tabId, name: "checkEnabledAfterURLChange"
+ chrome.tabs.sendMessage details.tabId, extend details, name: "checkEnabledAfterURLChange"
# Re-check whether Vimium is enabled for a frame when the url changes without a reload.
chrome.webNavigation.onHistoryStateUpdated.addListener onURLChange # history.pushState.