diff options
| author | Stephen Blott | 2014-12-20 08:12:25 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-20 08:12:25 +0000 |
| commit | 18fe49c8559fe62155f79f4f183ca255819798db (patch) | |
| tree | 4c6f1554e58fb60a1cbf5768e90cb809b4eada96 /content_scripts | |
| parent | b049ab6c10be3713427d7f7b0ffac7154b288bb3 (diff) | |
| download | vimium-18fe49c8559fe62155f79f4f183ca255819798db.tar.bz2 | |
Upgrade notification opens in a new tab.
Diffstat (limited to 'content_scripts')
| -rw-r--r-- | content_scripts/vimium_frontend.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index 9133d362..2de612d4 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -1006,7 +1006,7 @@ HUD = showUpgradeNotification: (version) -> HUD.upgradeNotificationElement().innerHTML = "Vimium has been upgraded to #{version}. See - <a class='vimiumReset' + <a class='vimiumReset' target='_blank' href='https://github.com/philc/vimium#release-notes'> what's new</a>.<a class='vimiumReset close-button' href='#'>×</a>" links = HUD.upgradeNotificationElement().getElementsByTagName("a") |
