diff --git a/public/src/forum/topic.js b/public/src/forum/topic.js index 0c3f849546..decd148ddc 100644 --- a/public/src/forum/topic.js +++ b/public/src/forum/topic.js @@ -793,7 +793,7 @@ define(function() { var count = 0, smallestNonNegative = 0; - jQuery('.posts > .post-row').each(function() { + jQuery('.posts > .post-row:not(".deleted")').each(function() { count++; this.postnumber = count;