This commit is contained in:
pichalite
2016-02-22 08:14:51 +00:00
parent 560a9f3867
commit f22b218250

View File

@@ -138,6 +138,8 @@ define('forum/topic/posts', [
before = repliesSelector.first();
}
data.slug = ajaxify.data.slug;
$(window).trigger('action:posts.loading', {posts: data.posts, after: after, before: before});
app.parseAndTranslate('topic', 'posts', data, function(html) {