more scrolling

pull/94/head
Aevann 2023-01-23 01:17:59 +02:00
parent 45c2e42da0
commit b1131fc64b
1 changed files with 4 additions and 1 deletions

View File

@ -305,6 +305,9 @@ setTimeout(function () {
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1000);
window.addEventListener('load', function () {
setTimeout(function () {
box.scrollTo(0, box.scrollHeight)
}, 1500);
document.addEventListener('DOMContentLoaded', function () {
box.scrollTo(0, box.scrollHeight)
});