mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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)
|
url = window.URL.createObjectURL(blob)
|
||||||
;
|
;
|
||||||
button.href = url;
|
button.href = url;
|
||||||
button.target = '_parent';
|
button.target = '_blank';
|
||||||
button.type = mimeType;
|
button.type = mimeType;
|
||||||
button.textContent = labelReady;
|
button.textContent = labelReady;
|
||||||
if (hasFilename) {
|
if (hasFilename) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user