mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 08:09:37 +00:00
host
This commit is contained in:
parent
2639bdcbd3
commit
9f595bb40c
@ -26,6 +26,11 @@
|
||||
console.log(sessID)
|
||||
window.sessionStorage.setItem("sessionID", sessID)
|
||||
}
|
||||
|
||||
function setUID3() {
|
||||
let sessID = document.getElementById("Uid1").value
|
||||
window.sessionStorage.setItem("userID", "Host")
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user