diff options
| author | mrmr1993 | 2016-02-26 20:40:42 +0000 |
|---|---|---|
| committer | mrmr1993 | 2016-02-26 20:40:42 +0000 |
| commit | 2d7433e39eb07a2900332a10b34d816ff28ce857 (patch) | |
| tree | 79d85471c59e704a59ff517235aa4eaacbaa5317 /content_scripts | |
| parent | e33fbadb834f3f51599780eab9a7d85244a1b380 (diff) | |
| download | vimium-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.coffee | 1 |
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) # |
