Changeset 6820
- Timestamp:
- 02/23/2013 07:03:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-templates/bp-legacy/js/buddypress.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/js/buddypress.js
r6819 r6820 296 296 /* Load more updates at the end of the page */ 297 297 if ( target.parent().hasClass('load-more') ) { 298 jq("# contentli.load-more").addClass('loading');298 jq("#buddypress li.load-more").addClass('loading'); 299 299 300 300 if ( null == jq.cookie('bp-activity-oldestpage') ) … … 312 312 function(response) 313 313 { 314 jq("# contentli.load-more").removeClass('loading');314 jq("#buddypress li.load-more").removeClass('loading'); 315 315 jq.cookie( 'bp-activity-oldestpage', oldest_page, { 316 316 path: '/' 317 317 } ); 318 jq("# contentul.activity-list").append(response.contents);318 jq("#buddypress ul.activity-list").append(response.contents); 319 319 320 320 target.parent().hide();
Note: See TracChangeset
for help on using the changeset viewer.