Skip to:
Content

BuddyPress.org

Changeset 4333


Ignore:
Timestamp:
05/06/2011 09:15:52 PM (14 years ago)
Author:
djpaul
Message:

Update activity stream 'read more' javascript to work on activity stream items which have been loaded by some other AJAX request. Fixes #3197

File:
1 edited

Legend:

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

    r4305 r4333  
    263263    });
    264264
    265     /* Activity "Read More" links */
    266     jq('.activity-read-more a').click(function(event) {
     265    // Activity "Read More" links
     266    jq('.activity-read-more a').live('click', function(event) {
    267267        var target = jq(event.target);
    268268        var link_id = target.parent().attr('id').split('-');
Note: See TracChangeset for help on using the changeset viewer.