same as last commit

pull/90/head
Aevann 2023-01-22 07:34:01 +02:00
parent 47b7c0c23d
commit c3d055ebf2
1 changed files with 3 additions and 0 deletions

View File

@ -302,6 +302,9 @@ setTimeout(function () {
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 500);
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1000);
window.addEventListener('load', function () {
box.scrollTo(0, box.scrollHeight)
});