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;