.
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user