diff --git a/src/usercontent/index.js b/src/usercontent/index.js index 8c891a4f88..08769d6bd1 100644 --- a/src/usercontent/index.js +++ b/src/usercontent/index.js @@ -16,7 +16,6 @@ function remoteRender(event) { const a = document.createElement("a"); a.id = "a"; a.rel = "noreferrer noopener"; - a.target = "_blank"; a.download = data.download; a.style = data.style; a.style.fontFamily = "Arial, Helvetica, Sans-Serif";