From 3b5cbd457bb2a90b1e71f8e1795f993bfe9d71dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 17 Jun 2020 13:56:14 +0200 Subject: [PATCH] open document in blank window --- Resources/public/module/async_upload/downloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/public/module/async_upload/downloader.js b/Resources/public/module/async_upload/downloader.js index cfeee5c37..deeb2828f 100644 --- a/Resources/public/module/async_upload/downloader.js +++ b/Resources/public/module/async_upload/downloader.js @@ -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) {