From d6b39a33b4fbebc67882e857fe971a008a8f25b1 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 24 Feb 2020 01:36:48 +0000 Subject: [PATCH] get rid of target=_blank for usercontent also Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/usercontent/index.js | 1 - 1 file changed, 1 deletion(-) 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";