mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
closes #6191
This commit is contained in:
@@ -332,6 +332,7 @@ define('forum/chats', [
|
||||
response.json().then(function (payload) {
|
||||
app.parseAndTranslate('partials/chats/message-window', payload, function (html) {
|
||||
components.get('chat/main-wrapper').html(html);
|
||||
html.find('.timeago').timeago();
|
||||
Chats.resizeMainWindow();
|
||||
ajaxify.data = payload;
|
||||
Chats.setActive();
|
||||
|
||||
Reference in New Issue
Block a user