This commit is contained in:
barisusakli
2015-09-10 17:13:36 -04:00
parent 0bfc568ac3
commit a1c407acd0
11 changed files with 19 additions and 19 deletions

View File

@@ -130,7 +130,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
chatContainer = $('.chat-content');
newMessage.appendTo(chatContainer);
newMessage.find('.timeago').timeago();
newMessage.find('img:not(".chat-user-image")').addClass('img-responsive');
newMessage.find('img:not(.not-responsive)').addClass('img-responsive');
Chats.scrollToBottom($('.expanded-chat .chat-content'));
}