diff --git a/templates/createSession.html b/templates/createSession.html index 79ce8cd..275a281 100644 --- a/templates/createSession.html +++ b/templates/createSession.html @@ -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") + } \ No newline at end of file