Skip to:
Content

BuddyPress.org

Ticket #3366: 3366.01.patch

File 3366.01.patch, 608 bytes (added by r-a-y, 14 years ago)
  • bp-themes/bp-default/_inc/global.js

    jq(document).ready( function() { 
    277277                var type = link_id[0]; /* activity or acomment */
    278278
    279279                var inner_class = type == 'acomment' ? 'acomment-content' : 'activity-inner';
    280                 var a_inner = jq('li#' + type + '-' + a_id + ' .' + inner_class );
     280                var a_inner = jq('li#' + type + '-' + a_id + ' .' + inner_class + ':first' );
    281281                target.parent().children('.ajax-loader').show();
    282282
    283283                jq.post( ajaxurl, {