mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
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…
x
Reference in New Issue
Block a user