Skip to content

Commit 69e0653

Browse files
committed
🔧 target blank fixup
1 parent 8fdad90 commit 69e0653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function genRepo(user) {
4646
}
4747

4848
// Puts repo information into div
49-
$("#repo-box").append("<a href='" + repo_url + "' target='_blank'><div class='repo-item'><h1 class='title'>" +
49+
$("#repo-box").append("<a href='" + repo_url + "'><div class='repo-item'><h1 class='title'>" +
5050
"" +
5151
repo_name + "</h1><p class='description'>" +
5252
repo_description + "</p>" +

0 commit comments

Comments
 (0)