File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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
1008+ HUD .upgradeNotificationElement ().innerHTML = " Vimium has been upgraded to #{ version } . See
10091009 <a class='vimiumReset'
10101010 href='https://github.com/philc/vimium#release-notes'>
1011- #{ version } </a>.<a class='vimiumReset close-button' href='#'>×</a>"
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