Update now handles threaded items.

This commit is contained in:
Domovoy 2012-07-29 18:39:38 +02:00
parent 8ea3087342
commit 25015d3ab9
3 changed files with 6 additions and 6 deletions

View file

@ -280,8 +280,7 @@
//});
// add a new thread
$('.tread-wrapper',data).each(function() {
$('.toplevel_item',data).each(function() {
var ident = $(this).attr('id');
if($('#' + ident).length == 0 && profile_page == 1) {