CC-6128 - open placeholder 'Learn more' links in new tab
This commit is contained in:
parent
1fd7f0ea36
commit
3e29ecad79
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
$('#library_empty_text').html(
|
||||
$.i18n._("You haven't added any " + opts.media + ".")
|
||||
+ "<br/>" + $.i18n._(opts.subtext)
|
||||
+ "<br/><a href='" + opts.href + "'>" + $.i18n._("Learn about " + opts.media) + "</a>"
|
||||
+ "<br/><a target='_blank' href='" + opts.href + "'>" + $.i18n._("Learn about " + opts.media) + "</a>"
|
||||
);
|
||||
}) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue