diff options
Diffstat (limited to 'client-web/public/app.html')
-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> |