mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
little stuff - name change, live updates, new network types
This commit is contained in:
parent
fe0c039d48
commit
b795ce4fe7
18 changed files with 2910 additions and 2841 deletions
|
@ -224,7 +224,7 @@
|
|||
|
||||
$.get(update_url,function(data) {
|
||||
in_progress = false;
|
||||
$('.ccollapse-wrapper',data).each(function() {
|
||||
$('.collapsed-comments',data).each(function() {
|
||||
var ident = $(this).attr('id');
|
||||
var is_hidden = $('#' + ident).is(':hidden');
|
||||
if($('#' + ident).length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue