fix: timeago in navigation

v1.18.x
Barış Soner Uşaklı
parent 163d1a39ce
commit a389a31b4a

@ -250,8 +250,10 @@ define('navigator', ['forum/pagination', 'components'], function (pagination, co
return app.alertError(err.message); return app.alertError(err.message);
} }
app.parseAndTranslate('partials/topic/navigation-post', { post: postData }, function (html) { app.parseAndTranslate('partials/topic/navigation-post', { post: postData }, function (html) {
html.find('.timeago').timeago(); paginationBlockEl
paginationBlockEl.find('.post-content').html(html); .find('.post-content')
.html(html)
.find('.timeago').timeago();
}); });
callback(); callback();

Loading…
Cancel
Save