Skip to content

Commit

Permalink
make sources open in a new tab v2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-usr committed Jun 20, 2024
1 parent 1df4f63 commit f383c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memes/en/sources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
if (sources !== null){
for (source in sources){
sw().append("<a href='"+sources[source]+"'>"+sources[source].split("/").reverse()[1].replace(/_/g, " ")+"<br></a>");
sw().append("<a href='"+sources[source]+"'' target='_blank'>"+sources[source].split("/").reverse()[1].replace(/_/g, " ")+"<br></a>");
}
}
})
Expand Down

0 comments on commit f383c1e

Please sign in to comment.