From b78452472bae6f2a8f64d0298da047972993bb0d Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 16 Dec 2021 17:41:35 +0000 Subject: [PATCH] . --- templates/cid_selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; })