From 2259a8a37cf5a7ab971141777f478d430e33e1df Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 29 Apr 2015 14:21:02 +0100 Subject: Revert "Only grab focus after link transition." This reverts commit f1e46d8145c834a712f6be7c1e5bd590c72da749. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 559a904d..3a3392d8 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, extend details, name: "checkEnabledAfterURLChange" + chrome.tabs.sendMessage details.tabId, 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. -- cgit v1.2.3