diff options
author | Rory& <root@rory.gay> | 2024-01-29 10:15:27 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-29 10:15:27 +0100 |
commit | 3e6a73599bb58161c08d8675ea23ee6c82c6675c (patch) | |
tree | f3c0d1e797a77ed5993478d742751d386e004fb7 /MatrixUtils.Web/wwwroot/index.html | |
parent | Room member migrations (diff) | |
download | MatrixUtils-3e6a73599bb58161c08d8675ea23ee6c82c6675c.tar.xz |
Room list fixes, migration fix, update available handler
Diffstat (limited to 'MatrixUtils.Web/wwwroot/index.html')
-rw-r--r-- | MatrixUtils.Web/wwwroot/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MatrixUtils.Web/wwwroot/index.html b/MatrixUtils.Web/wwwroot/index.html index a40f38c..5182193 100644 --- a/MatrixUtils.Web/wwwroot/index.html +++ b/MatrixUtils.Web/wwwroot/index.html @@ -59,7 +59,8 @@ } </script> <script src="_framework/blazor.webassembly.js"></script> - <script>navigator.serviceWorker.register('service-worker.js');</script> +<!-- <script>navigator.serviceWorker.register('service-worker.js');</script>--> + <script src="sw-registrator.js"></script> </body> </html> |