mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-10 06:51:49 +02:00
Remove unnecessary type
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
bffebb9304
commit
27f74b3ebd
@ -11,7 +11,7 @@ function remoteRender(event: MessageEvent): void {
|
||||
const img = document.createElement("span"); // we'll mask it as an image
|
||||
img.id = "img";
|
||||
|
||||
const a: HTMLAnchorElement = document.createElement("a");
|
||||
const a = document.createElement("a");
|
||||
a.id = "a";
|
||||
a.rel = "noreferrer noopener";
|
||||
a.download = data.download;
|
||||
|
Loading…
x
Reference in New Issue
Block a user