non mais srx
This commit is contained in:
parent
b7d988048b
commit
34e5527244
2 changed files with 13 additions and 9 deletions
|
|
@ -104,7 +104,8 @@ async function fetchRoomConfig(room) {
|
|||
|
||||
// Update HTML
|
||||
document.getElementById("room-name").innerText = res.metadata.name;
|
||||
document.getElementById("room-description").innerText = res.metadata.description;
|
||||
document.getElementById("room-description").innerText =
|
||||
res.metadata.description;
|
||||
document.getElementById("room-description").style.display = "block";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue