Changeset 8410
- Timestamp:
- 05/10/2014 01:49:40 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r8409 r8410 124 124 activity_row = firstrow.next(); 125 125 } 126 126 127 127 timestamp = activity_row.prop( 'class' ).match( /date-recorded-([0-9]+)/ ); 128 128 } … … 435 435 target.parent().hide(); 436 436 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 439 439 * it will be loaded as a new one. We need to look in the 440 440 * stream and eventually remove similar ids to avoid "double". 441 441 */ 442 442 activity_html = jq.parseHTML( newest_activities ); 443 443 444 444 jq.each( activity_html, function( i, el ){ 445 445 if( 'LI' === el.nodeName && jq(el).hasClass( 'just-posted' ) ) { … … 1586 1586 // Set the last id to request after 1587 1587 jq( document ).on( 'heartbeat-send.buddypress', function( e, data ) { 1588 1588 1589 1589 firstrow = 0; 1590 1590
Note: See TracChangeset
for help on using the changeset viewer.