Force new tab for 3rd party license github page

This commit is contained in:
birdhouse 2019-07-31 17:56:01 +02:00
parent 3e5154400d
commit 5be9901fde
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
for(key in libs)
libh += '<a href="'+libs[key]+'" target="_blank">'+key+'</a>, ';
libh += "<br/>"+$.i18n("about_credits");
libh += "<br/><a href='https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/3RD_PARTY_LICENSES'>"+$.i18n("about_3rd_party_licenses")+"</a>";
libh += "<br/><a target='_blank' rel='noopener noreferrer' href='https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/3RD_PARTY_LICENSES'>"+$.i18n("about_3rd_party_licenses")+"</a>";
lang = lang.toString().replace(/,/g,", ");