mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 05:10:42 +01:00
closes #3617
This commit is contained in:
@@ -471,9 +471,9 @@ define('chat', ['components', 'taskbar', 'string', 'sounds', 'forum/chats', 'tra
|
||||
|
||||
Chats.parseMessage(data, function(html) {
|
||||
var message = $(html);
|
||||
message.appendTo(chatContent);
|
||||
message.find('img:not(.not-responsive)').addClass('img-responsive');
|
||||
message.find('.timeago').timeago();
|
||||
message.appendTo(chatContent);
|
||||
Chats.scrollToBottom(chatContent);
|
||||
|
||||
if (typeof done === 'function') {
|
||||
|
||||
Reference in New Issue
Block a user