mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
get sort setting from config
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user