aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'content_scripts/vimium_frontend.coffee')
-rw-r--r--content_scripts/vimium_frontend.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee
index ade14029..66eebfdd 100644
--- a/content_scripts/vimium_frontend.coffee
+++ b/content_scripts/vimium_frontend.coffee
@@ -313,7 +313,7 @@ extend window,
url = url.substr(12, url.length - 12)
else
url = "view-source:" + url
- chrome.runtime.sendMessage({ handler: "openUrlInNewTab", url: url, selected: true })
+ chrome.runtime.sendMessage {handler: "openUrlInNewTab", url}
copyCurrentUrl: ->
# TODO(ilya): When the following bug is fixed, revisit this approach of sending back to the background