manually set attributes on the toolbar's link to our docs

pull/1/head
ansuz 4 years ago
parent 230c0b9ee7
commit 9155ca6cf0

@ -1107,7 +1107,11 @@ define([
}
var content = setHTML(h('p'), Messages.help.generic.more);
$(content).find('a').attr('href', href);
$(content).find('a').attr({
href: href,
target: '_blank',
rel: 'noopener noreferrer',
});
var text = h('p.cp-help-text', [
content

Loading…
Cancel
Save