Fix URL
This commit is contained in:
parent
6d6b7f4e67
commit
4ab7aa7e1c
@ -227,7 +227,7 @@ function downloadFile(event) {
|
||||
a.style = "display: none";
|
||||
a.href = blobUrl;
|
||||
console.log(blobUrl);
|
||||
a.download = title ;
|
||||
a.download = title;
|
||||
a.click();
|
||||
a.remove();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user