diff --git a/public/src/client/chats.js b/public/src/client/chats.js index d4f9afcfd1..d6594fc1f8 100644 --- a/public/src/client/chats.js +++ b/public/src/client/chats.js @@ -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();