From a92b22ef17304b3f3c238fc5beb5664e82ba5eaa Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Tue, 11 Jun 2024 03:28:26 -0400 Subject: [PATCH] Remove not needed code --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index 18781d1..3a29924 100644 --- a/index.html +++ b/index.html @@ -112,9 +112,6 @@ } if (chatRoomName) { - // Update the room name in the header - const room = config.rooms.find(r => r.topic === topic); - const roomName = room ? room.alias : truncateHash(topic); chatRoomName.innerText = roomName; } else { console.error('Element #chat-room-name not found');