about summary refs log tree commit diff
path: root/MatrixUtils.Web/wwwroot/index.html
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-15 08:18:38 +0200
committerRory& <root@rory.gay>2025-05-16 14:51:47 +0200
commit5839b404416b59b271793858777a01a2eed401f6 (patch)
tree5adcdf3f9e7a3d2bd273016d92301b52cf9c1231 /MatrixUtils.Web/wwwroot/index.html
parentUpdate LibMatrix (diff)
downloadMatrixUtils-dev/synapse-resync-state.tar.xz
Clean up later... dev/synapse-resync-state
Diffstat (limited to 'MatrixUtils.Web/wwwroot/index.html')
-rw-r--r--MatrixUtils.Web/wwwroot/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/MatrixUtils.Web/wwwroot/index.html b/MatrixUtils.Web/wwwroot/index.html

index 7425de2..f25d549 100644 --- a/MatrixUtils.Web/wwwroot/index.html +++ b/MatrixUtils.Web/wwwroot/index.html
@@ -29,16 +29,6 @@ <a class="dismiss">🗙</a> </div> <script> - function BlazorFocusElement(element) { - if (element == null) return; - if (element instanceof HTMLElement) { - console.log(element); - element.focus(); - } else if (element.hasOwnProperty("__internalId")) { - console.log("Element is not an HTMLElement", element); - } - } - function getWidth(element) { console.log("getWidth", element); if (element == null) return 0;