mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-15 02:57:51 +01:00
replace erroring line with operator-assignment
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = function (SocketTopics) {
|
||||
} else if (reverse) {
|
||||
start = results.topic.postcount - start - infScrollPostsPerPage;
|
||||
} else {
|
||||
start = start - infScrollPostsPerPage;
|
||||
start -= infScrollPostsPerPage;
|
||||
}
|
||||
|
||||
var stop = start + (infScrollPostsPerPage);
|
||||
|
||||
Reference in New Issue
Block a user