fix chat
This commit is contained in:
@@ -81,7 +81,7 @@ var chatAPI =
|
||||
chat.size++;
|
||||
|
||||
if (chat.size >= chat.history_limit) {
|
||||
chat.container.children(":last").remove();
|
||||
chat.container.children(":first").remove();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user