This commit is contained in:
Baris Usakli
2013-11-29 12:02:06 -05:00
parent 2b2799dae9
commit dd36cce329

View File

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