We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b049ab6 commit 18fe49cCopy full SHA for 18fe49c
content_scripts/vimium_frontend.coffee
@@ -1006,7 +1006,7 @@ HUD =
1006
1007
showUpgradeNotification: (version) ->
1008
HUD.upgradeNotificationElement().innerHTML = "Vimium has been upgraded to #{version}. See
1009
- <a class='vimiumReset'
+ <a class='vimiumReset' target='_blank'
1010
href='https://github.com/philc/vimium#release-notes'>
1011
what's new</a>.<a class='vimiumReset close-button' href='#'>×</a>"
1012
links = HUD.upgradeNotificationElement().getElementsByTagName("a")
0 commit comments