Skip to content

Commit

Permalink
fix: removed superfluous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Oct 29, 2020
1 parent 0b6ef61 commit a08fb8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/src/client/topic/posts.js
Expand Up @@ -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) {
Expand Down

0 comments on commit a08fb8e

Please sign in to comment.