chrome fix
This commit is contained in:
parent
d67351534a
commit
1888e174b3
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user