Browse Source

chrome fix

pull/40/head
topkek 10 years ago
committed by czaks
parent
commit
1888e174b3
  1. 2
      js/treeview.js

2
js/treeview.js

@ -58,7 +58,7 @@ $(function() {
} else {
treeview_on = false;
$('.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 () {
var post = $(this);
var br = post.next();

Loading…
Cancel
Save