mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 00:24:27 +02:00
sigh I always miss something when copying over
This commit is contained in:
parent
5890e3fa3a
commit
91aacdbb3d
3 changed files with 196 additions and 2 deletions
|
@ -290,7 +290,7 @@
|
|||
|
||||
// add a new thread
|
||||
|
||||
$j('.tread-wrapper',data).each(function() {
|
||||
$j('.toplevel_item',data).each(function() {
|
||||
var ident = $j(this).attr('id');
|
||||
|
||||
if($j('#' + ident).length == 0 && profile_page == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue