Try to fix update peer count

This commit is contained in:
Raven Scott 2024-06-08 15:24:36 -04:00
parent c4ebb6713a
commit ccf34e9637

1
app.js
View File

@ -240,7 +240,6 @@ function updatePeerCount() {
} }
} }
function scrollToBottom() { function scrollToBottom() {
var container = document.getElementById("messages-container"); var container = document.getElementById("messages-container");
container.scrollTop = container.scrollHeight; container.scrollTop = container.scrollHeight;