summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-09 19:41:54 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-09 19:41:54 +0200
commit8c969b3367f86506707aa42102a030f99475b0eb (patch)
treec6f15dfc8ab949ae8d31c5df77f5d08f4419778e
parentaf3282603cbee1b09fd54645d8e7ab7f85b185f8 (diff)
downloadkeks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar
keks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar.bz2
keks-meet-8c969b3367f86506707aa42102a030f99475b0eb.tar.zst
dont disable prompt
-rw-r--r--client-web/public/start.html1
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)