Fix an oops
This commit is contained in:
2
ui.html
2
ui.html
@@ -26,7 +26,7 @@ this is the UI
|
||||
})
|
||||
};
|
||||
document.getElementById("btn_join_session").onclick = async function (e) {
|
||||
let text = document.getElementById("join_session_id").text
|
||||
let text = document.getElementById("join_session_id").value
|
||||
let data = {"sessionid": text};
|
||||
|
||||
await fetch('api/join_session', {
|
||||
|
||||
Reference in New Issue
Block a user