This commit is contained in:
hydrant
2021-04-11 16:27:49 +02:00
parent 3ee706e809
commit 1eddf2d808

View File

@@ -81,7 +81,7 @@ var chatAPI =
chat.size++; chat.size++;
if (chat.size >= chat.history_limit) { if (chat.size >= chat.history_limit) {
chat.container.children(":last").remove(); chat.container.children(":first").remove();
} }
}, },