CC-6128 - open placeholder 'Learn more' links in new tab

This commit is contained in:
Duncan Sommerville 2015-09-02 11:41:51 -04:00
parent 1fd7f0ea36
commit 3e29ecad79

View file

@ -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>"
);
}) ;