diff --git a/templates/cid_selector.html b/templates/cid_selector.html index 478b3345..dd411ddb 100644 --- a/templates/cid_selector.html +++ b/templates/cid_selector.html @@ -31,7 +31,7 @@ }); $("#cid-selector-go-button").click(() => { - cid = document.getElementById("cid-input").value; + cid = document.getElementById("cid-box").value; passcode = document.getElementById("passcode-box").value; window.location = window.location + cid + "/" + passcode; })