Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
open link with new tab or window
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed Sep 26, 2014
1 parent f837a63 commit acf53f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manifest.js
Expand Up @@ -78,7 +78,7 @@ var dependencieField = function($, type) {
link = linkBuilder(type, name, version);

if (link) {
$item = $item.wrap('<a class="github-linker" href="' + link + '">').parent();
$item = $item.wrap('<a class="github-linker" target="_blank" href="' + link + '">').parent();
} else {
$item.addClass('tooltipped tooltipped-e').attr('aria-label', SORRY);
}
Expand Down

0 comments on commit acf53f1

Please sign in to comment.