replace erroring line with operator-assignment

v1.18.x
Julian Lam 8 years ago
parent 860999fa6c
commit 33d1cc6d0f

@ -49,7 +49,7 @@ module.exports = function (SocketTopics) {
} else if (reverse) { } else if (reverse) {
start = results.topic.postcount - start - infScrollPostsPerPage; start = results.topic.postcount - start - infScrollPostsPerPage;
} else { } else {
start = start - infScrollPostsPerPage; start -= infScrollPostsPerPage;
} }
var stop = start + (infScrollPostsPerPage); var stop = start + (infScrollPostsPerPage);

Loading…
Cancel
Save