File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1005,10 +1005,10 @@ HUD =
10051005 HUD .displayElement ().style .display = " "
10061006
10071007 showUpgradeNotification : (version ) ->
1008- HUD .upgradeNotificationElement ().innerHTML = " Vimium has been updated to
1009- <a class='vimiumReset'
1010- href='https://chrome.google. com/extensions/detail/dbepggeogbaibhgnhhndojpepiihcmeb '>
1011- #{ version } </a>.<a class='vimiumReset close-button' href='#'>×</a>"
1008+ HUD .upgradeNotificationElement ().innerHTML = " Vimium has been upgraded to #{ version } . See
1009+ <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>"
10121012 links = HUD .upgradeNotificationElement ().getElementsByTagName (" a" )
10131013 links[0 ].addEventListener (" click" , HUD .onUpdateLinkClicked , false )
10141014 links[1 ].addEventListener " click" , (event ) ->
You can’t perform that action at this time.
0 commit comments