.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
$("#cid-selector-go-button").click(() => {
|
||||
cid = document.getElementById("cid-box").value;
|
||||
passcode = document.getElementById("passcode-box").value;
|
||||
window.location = window.location + cid + "/" + passcode;
|
||||
window.location = window.location.href.split('?')[0] + cid + "/" + passcode;
|
||||
})
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user