mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
"show all n comments" comes back after toggled and ajax updated, plus connector doc improvements
This commit is contained in:
parent
8fa6049b32
commit
8fa9ca520b
2 changed files with 60 additions and 37 deletions
|
@ -129,8 +129,11 @@
|
|||
in_progress = false;
|
||||
$('.ccollapse-wrapper',data).each(function() {
|
||||
var ident = $(this).attr('id');
|
||||
var is_hidden = $('#' + ident).is(':hidden');
|
||||
if($('#' + ident).length) {
|
||||
$('#' + ident).replaceWith($(this));
|
||||
if(is_hidden)
|
||||
$('#' + ident).hide();
|
||||
}
|
||||
});
|
||||
$('.wall-item-outside-wrapper',data).each(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue