diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index 4df0e1f06..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) - }, 0100); + }, 0200); } scroll_chat() diff --git a/files/templates/chat.html b/files/templates/chat.html index 6c630d464..49bbdf88a 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -214,6 +214,6 @@ - + \ No newline at end of file