aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
Diffstat (limited to 'client-web')
-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)