diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-28 11:30:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-28 11:30:53 +0200 |
commit | a357bec1831611758a19bf23ff0fa5a5fe99ca52 (patch) | |
tree | 2aa839591e39fdfd9e94a4f1c75fe93b94b246d5 /MatrixRoomUtils.Web/wwwroot/index.html | |
parent | Remove a bunch of caching, make room listings more reliable (diff) | |
download | MatrixUtils-a357bec1831611758a19bf23ff0fa5a5fe99ca52.tar.xz |
Add changes
Diffstat (limited to '')
-rw-r--r-- | MatrixRoomUtils.Web/wwwroot/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/wwwroot/index.html b/MatrixRoomUtils.Web/wwwroot/index.html index 028e56b..eeac69b 100644 --- a/MatrixRoomUtils.Web/wwwroot/index.html +++ b/MatrixRoomUtils.Web/wwwroot/index.html @@ -32,7 +32,7 @@ if (element instanceof HTMLElement) { console.log(element); element.focus(); - } else { + } else if (element.__internalId) { console.log("Element is not an HTMLElement", element); } } |