Skip to:
Content

BuddyPress.org

Changeset 8410


Ignore:
Timestamp:
05/10/2014 01:49:40 AM (12 years ago)
Author:
boonebgorges
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r8409 r8410  
    124124                activity_row = firstrow.next();
    125125            }
    126            
     126
    127127            timestamp = activity_row.prop( 'class' ).match( /date-recorded-([0-9]+)/ );
    128128        }
     
    435435            target.parent().hide();
    436436
    437             /** 
    438              * If a plugin is updating the recorded_date of an activity 
     437            /**
     438             * If a plugin is updating the recorded_date of an activity
    439439             * it will be loaded as a new one. We need to look in the
    440440             * stream and eventually remove similar ids to avoid "double".
    441441             */
    442442            activity_html = jq.parseHTML( newest_activities );
    443            
     443
    444444            jq.each( activity_html, function( i, el ){
    445445                if( 'LI' === el.nodeName && jq(el).hasClass( 'just-posted' ) ) {
     
    15861586    // Set the last id to request after
    15871587    jq( document ).on( 'heartbeat-send.buddypress', function( e, data ) {
    1588        
     1588
    15891589        firstrow = 0;
    15901590
Note: See TracChangeset for help on using the changeset viewer.