diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-04-02 12:22:09 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-04-02 12:22:09 +0200 |
| commit | bf022dbae8583482d86deec63f0f413e01f8d593 (patch) | |
| tree | 7134386897251fe49b75f7993702f060c86d2416 /client-web/public | |
| parent | 3b87805d50bef3e73e857dd8025a4383e5f6651d (diff) | |
| download | keks-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.html | 2 |
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> |