aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authormrmr19932016-02-26 20:40:42 +0000
committermrmr19932016-02-26 20:40:42 +0000
commit2d7433e39eb07a2900332a10b34d816ff28ce857 (patch)
tree79d85471c59e704a59ff517235aa4eaacbaa5317 /content_scripts
parente33fbadb834f3f51599780eab9a7d85244a1b380 (diff)
downloadvimium-2d7433e39eb07a2900332a10b34d816ff28ce857.tar.bz2
Change followLink to use the same method as LinkHints clicking
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/vimium_frontend.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index b7e097e1..4cebf4e4 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -649,7 +649,6 @@ followLink = (linkElement) ->
# if we can click on it, don't simply set location.href: some next/prev links are meant to trigger AJAX
# calls, like the 'more' button on GitHub's newsfeed.
linkElement.scrollIntoView()
- linkElement.focus()
DomUtils.simulateClick(linkElement)
#