closes #5513
This commit is contained in:
psychobunny
2017-03-10 12:50:19 -05:00
committed by GitHub
parent f092b7754e
commit a67d48e719
7 changed files with 16 additions and 11 deletions

View File

@@ -227,6 +227,7 @@ define('forum/topic/posts', [
infinitescroll.loadMore('topics.loadMore', {
tid: tid,
after: after,
count: config.postsPerPage,
direction: direction,
topicPostSort: config.topicPostSort,
}, function (data, done) {