replace erroring line with operator-assignment

This commit is contained in:
Julian Lam
2017-03-10 15:56:45 -05:00
parent 860999fa6c
commit 33d1cc6d0f

View File

@@ -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);