non mais srx

This commit is contained in:
Guillem George 2026-05-16 20:15:03 +02:00
parent b7d988048b
commit 34e5527244
2 changed files with 13 additions and 9 deletions

View file

@ -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";
}