Skip to content

Commit 18fe49c

Browse files
Upgrade notification opens in a new tab.
1 parent b049ab6 commit 18fe49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content_scripts/vimium_frontend.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ HUD =
10061006

10071007
showUpgradeNotification: (version) ->
10081008
HUD.upgradeNotificationElement().innerHTML = "Vimium has been upgraded to #{version}. See
1009-
<a class='vimiumReset'
1009+
<a class='vimiumReset' target='_blank'
10101010
href='https://github.com/philc/vimium#release-notes'>
10111011
what's new</a>.<a class='vimiumReset close-button' href='#'>&times;</a>"
10121012
links = HUD.upgradeNotificationElement().getElementsByTagName("a")

0 commit comments

Comments
 (0)