diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-09 19:41:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-09 19:41:54 +0200 |
commit | 8c969b3367f86506707aa42102a030f99475b0eb (patch) | |
tree | c6f15dfc8ab949ae8d31c5df77f5d08f4419778e /client-web/public/start.html | |
parent | af3282603cbee1b09fd54645d8e7ab7f85b185f8 (diff) | |
download | keks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar keks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar.bz2 keks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar.zst |
dont disable prompt
Diffstat (limited to 'client-web/public/start.html')
-rw-r--r-- | client-web/public/start.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/public/start.html b/client-web/public/start.html index 8316cee..aa60f35 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -33,7 +33,6 @@ const submit = document.createElement("input"); submit.type = "button"; function go() { - room_input.disabled = true; if (room_input.value.length == 0) { const random = window.crypto.getRandomValues( new Uint8Array(32) |