fix: removed superfluous assignment

v1.18.x
Julian Lam 4 years ago
parent 0b6ef61e40
commit a08fb8e53b

@ -187,8 +187,6 @@ 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', Object.assign({}, ajaxify.data, data), function (html) {

Loading…
Cancel
Save