chrome fix

This commit is contained in:
topkek 2014-11-27 00:36:51 +00:00 committed by czaks
parent d67351534a
commit 1888e174b3

View File

@ -58,7 +58,7 @@ $(function() {
} else { } else {
treeview_on = false; treeview_on = false;
$('.post.reply').sort(function(a,b) { $('.post.reply').sort(function(a,b) {
return parseInt(a.id.replace('reply_', '')) > parseInt(b.id.replace('reply_', '')); return parseInt(a.id.replace('reply_', '')) - parseInt(b.id.replace('reply_', ''));
}).each(function () { }).each(function () {
var post = $(this); var post = $(this);
var br = post.next(); var br = post.next();