From e4156607ea2c59d7ba84543301fcd90a7edd2983 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 21 Jan 2023 13:41:11 +0200 Subject: [PATCH] same as last commit --- files/assets/js/chat.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 13d27931b..de381a38d 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -284,6 +284,9 @@ function scroll_chat() { setTimeout(function () { box.scrollTo(0, box.scrollHeight) }, 1000); + setTimeout(function () { + box.scrollTo(0, box.scrollHeight) + }, 1500); } scroll_chat();