mirror of
https://github.com/friendica/friendica
synced 2025-04-25 10:30:12 +00:00
Update now handles threaded items.
This commit is contained in:
parent
8ea3087342
commit
25015d3ab9
3 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue