get rid of target=_blank for usercontent also
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0bcdf062a3
commit
d6b39a33b4
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue