mirror of https://github.com/vector-im/riot-web
get rid of target=_blank for usercontent also
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
0bcdf062a3
commit
d6b39a33b4
src/usercontent
|
@ -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 New Issue