get sort setting from config

This commit is contained in:
barisusakli
2016-08-31 22:50:48 +03:00
parent 240682563d
commit 7afd2925af
4 changed files with 11 additions and 12 deletions

View File

@@ -222,7 +222,8 @@ define('forum/topic/posts', [
infinitescroll.loadMore('topics.loadMore', {
tid: tid,
after: after,
direction: direction
direction: direction,
topicPostSort: config.topicPostSort
}, function (data, done) {
indicatorEl.fadeOut();