get rid of target=_blank for usercontent also

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-02-24 01:36:48 +00:00
parent 0bcdf062a3
commit d6b39a33b4

View File

@ -16,7 +16,6 @@ function remoteRender(event) {
const a = document.createElement("a"); const a = document.createElement("a");
a.id = "a"; a.id = "a";
a.rel = "noreferrer noopener"; a.rel = "noreferrer noopener";
a.target = "_blank";
a.download = data.download; a.download = data.download;
a.style = data.style; a.style = data.style;
a.style.fontFamily = "Arial, Helvetica, Sans-Serif"; a.style.fontFamily = "Arial, Helvetica, Sans-Serif";