Skip to:
Content

BuddyPress.org

Changeset 4790


Ignore:
Timestamp:
07/22/2011 12:58:23 PM (14 years ago)
Author:
boonebgorges
Message:

Ensure that only the intended activity comment is expanded via AJAX when clicking Read More. Fixes #3366. Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/global.js

    r4789 r4790  
    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
Note: See TracChangeset for help on using the changeset viewer.