|
|
@ -270,7 +270,7 @@ define('forum/topic/posts', [
|
|
|
|
after: after + (direction > 0 ? 1 : 0),
|
|
|
|
after: after + (direction > 0 ? 1 : 0),
|
|
|
|
count: config.postsPerPage,
|
|
|
|
count: config.postsPerPage,
|
|
|
|
direction: direction,
|
|
|
|
direction: direction,
|
|
|
|
topicPostSort: config.topicPostSort,
|
|
|
|
topicPostSort: utils.params().sort || config.topicPostSort,
|
|
|
|
}, function (data, done) {
|
|
|
|
}, function (data, done) {
|
|
|
|
indicatorEl.fadeOut();
|
|
|
|
indicatorEl.fadeOut();
|
|
|
|
|
|
|
|
|
|
|
|