(TESTING) Auto-hide messages in very long chats

This commit is contained in:
SillyLossy
2023-04-08 01:32:32 +03:00
parent 282aac7078
commit 66a21f24dd
2 changed files with 6 additions and 0 deletions

View File

@ -793,6 +793,8 @@ function printMessages() {
chat.forEach(function (item, i, arr) {
addOneMessage(item);
});
$('#chat .mes').addClass('auto_hide');
}
function clearChat() {