more scroll_chat

pull/90/head
Aevann 2023-01-21 13:40:57 +02:00
parent ae9fe04854
commit c6bc8752c8
1 changed files with 8 additions and 3 deletions

View File

@ -284,9 +284,6 @@ function scroll_chat() {
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1000);
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1500);
}
scroll_chat();
@ -323,3 +320,11 @@ document.onpaste = function(event) {
document.getElementById('filename').textContent = filename;
}
}
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 3000);
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 5000);