1
0
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:
Jon Ziebell 2020-06-22 21:55:35 -04:00
parent 014e939547
commit 65990c05c9

View File

@ -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(' • '));