mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-16 10:12:49 +00:00
open document in blank window
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user