Download: Remove target blank from download link

This commit is contained in:
theresa 2021-01-30 11:49:12 +01:00
parent 5d32ec6e92
commit d237fdfe19

View file

@ -44,7 +44,6 @@ export default function download(url, name) {
}
link.href = url;
link.target = "_blank";
link.style.display = "none";
document.body.appendChild(link);