Merge branch 'master' of github.com:designcreateplay/NodeBB

v1.18.x
Julian Lam 11 years ago
commit d7c0e1c62e

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

Loading…
Cancel
Save