From ccf34e963741b75b22792db145d96ef5fe79f58b Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sat, 8 Jun 2024 15:24:36 -0400 Subject: [PATCH] Try to fix update peer count --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 9a820c6..f010fd2 100644 --- a/app.js +++ b/app.js @@ -240,7 +240,6 @@ function updatePeerCount() { } } - function scrollToBottom() { var container = document.getElementById("messages-container"); container.scrollTop = container.scrollHeight;