mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
open document in blank window
This commit is contained in:
parent
61c11c3eee
commit
3b5cbd457b
@ -87,7 +87,7 @@ var download = (button) => {
|
||||
url = window.URL.createObjectURL(blob)
|
||||
;
|
||||
button.href = url;
|
||||
button.target = '_parent';
|
||||
button.target = '_blank';
|
||||
button.type = mimeType;
|
||||
button.textContent = labelReady;
|
||||
if (hasFilename) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user