forked from snxraven/LinkUp-P2P-Chat
Try to fix update peer count
This commit is contained in:
parent
c4ebb6713a
commit
ccf34e9637
1
app.js
1
app.js
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user