aboutsummaryrefslogtreecommitdiff
path: root/client-web/public
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-02 12:22:09 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-02 12:22:09 +0200
commitbf022dbae8583482d86deec63f0f413e01f8d593 (patch)
tree7134386897251fe49b75f7993702f060c86d2416 /client-web/public
parent3b87805d50bef3e73e857dd8025a4383e5f6651d (diff)
downloadkeks-meet-bf022dbae8583482d86deec63f0f413e01f8d593.tar
keks-meet-bf022dbae8583482d86deec63f0f413e01f8d593.tar.bz2
keks-meet-bf022dbae8583482d86deec63f0f413e01f8d593.tar.zst
no async script load and optional logger
Diffstat (limited to 'client-web/public')
-rw-r--r--client-web/public/app.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/public/app.html b/client-web/public/app.html
index a6dc852..c2414ce 100644
--- a/client-web/public/app.html
+++ b/client-web/public/app.html
@@ -7,7 +7,7 @@
name="description"
content="A simple secure web conferencing application using webrtc"
/>
- <script async type="module" src="/assets/bundle.js"></script>
+ <script type="module" src="/assets/bundle.js"></script>
<link rel="stylesheet" href="/style.css" />
<title>keks-meet</title>
</head>