Ticket #4897: 4897.diff
File 4897.diff, 1.2 KB (added by , 12 years ago) |
---|
-
bp-themes/bp-default/_inc/global.js
103 103 104 104 jq("ul#activity-stream").prepend(response); 105 105 jq("ul#activity-stream li:first").addClass('new-update'); 106 107 if( jq("#activity-stream li.load-more").length ) 108 jq("#activity-stream li.load-more").prev().remove(); 106 109 107 110 if ( 0 != jq("#latest-update").length ) { 108 111 var l = jq("ul#activity-stream li.new-update .activity-content .activity-inner p").html(); -
bp-templates/bp-legacy/js/buddypress.js
103 103 104 104 jq("#activity-stream").prepend(response); 105 105 jq("#activity-stream li:first").addClass('new-update'); 106 107 if( jq("#activity-stream li.load-more").length ) 108 jq("#activity-stream li.load-more").prev().remove(); 106 109 107 110 if ( 0 != jq("#latest-update").length ) { 108 111 var l = jq("#activity-stream li.new-update .activity-content .activity-inner p").html();