little stuff - name change, live updates, new network types

This commit is contained in:
friendica 2011-11-23 23:17:26 -08:00
parent fe0c039d48
commit b795ce4fe7
18 changed files with 2910 additions and 2841 deletions

View file

@ -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) {