This commit is contained in:
Ross
2021-12-16 17:41:35 +00:00
parent ca005eec04
commit b78452472b
+1 -1
View File
@@ -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;
})