From 84777d1b29f3b726ac3a95d906f21bb81085bc21 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 20:31:28 +0200 Subject: [PATCH] dude testing on prod lmao --- files/assets/js/chat.js | 2 +- files/templates/chat.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 6f8cef8ef..4de2f2067 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -179,7 +179,7 @@ socket.on('typing', function (users){ function scroll_chat() { setTimeout(function () { box.scrollTo(0, box.scrollHeight) - }, 0300); + }, 0200); } scroll_chat() diff --git a/files/templates/chat.html b/files/templates/chat.html index 7f947bba0..73fcc2286 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -214,6 +214,6 @@ - + \ No newline at end of file