fix chat
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user