mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Fixed #284 - Help link doesn't open in new window
This commit is contained in:
parent
014e939547
commit
65990c05c9
@ -21,6 +21,7 @@ beestat.component.card.footer.prototype.decorate_contents_ = function(parent) {
|
||||
footer_links.appendChild(
|
||||
$.createElement('a')
|
||||
.setAttribute('href', 'https://doc.beestat.io/')
|
||||
.setAttribute('target', '_blank')
|
||||
.innerText('Help')
|
||||
);
|
||||
footer_links.appendChild($.createElement('span').innerText(' • '));
|
||||
|
Loading…
x
Reference in New Issue
Block a user