diff options
author | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-23 23:17:26 -0800 |
commit | b795ce4fe7c952600ed3520d6822006a2190d4f8 (patch) | |
tree | 0c0173b3e05598bbc6cbbb9281f02ad923d37fa3 /js | |
parent | fe0c039d487962359ac995eb5ec555c3a111ad1c (diff) | |
download | volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.gz volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.tar.bz2 volse-hubzilla-b795ce4fe7c952600ed3520d6822006a2190d4f8.zip |
little stuff - name change, live updates, new network types
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js index 35cb75c05..b8b89cd9d 100644 --- a/js/main.js +++ b/js/main.js @@ -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) { |