mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
closes #582
This commit is contained in:
@@ -793,7 +793,7 @@ define(function() {
|
|||||||
|
|
||||||
var count = 0, smallestNonNegative = 0;
|
var count = 0, smallestNonNegative = 0;
|
||||||
|
|
||||||
jQuery('.posts > .post-row').each(function() {
|
jQuery('.posts > .post-row:not(".deleted")').each(function() {
|
||||||
count++;
|
count++;
|
||||||
this.postnumber = count;
|
this.postnumber = count;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user