From 8c969b3367f86506707aa42102a030f99475b0eb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 19:41:54 +0200 Subject: dont disable prompt --- client-web/public/start.html | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.3.1