Changeset 3075
- Timestamp:
- 06/27/2010 01:17:24 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-themes/bp-default/_inc/global.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/_inc/global.js
r3069 r3075 229 229 /* Load more updates at the end of the page */ 230 230 if ( target.parent().attr('class') == 'load-more' ) { 231 jq(" li.load-more").addClass('loading');231 jq("#content li.load-more").addClass('loading'); 232 232 233 233 if ( null == jq.cookie('bp-activity-oldestpage') ) … … 243 243 function(response) 244 244 { 245 jq(" li.load-more").removeClass('loading');245 jq("#content li.load-more").removeClass('loading'); 246 246 jq.cookie( 'bp-activity-oldestpage', oldest_page, {path: '/'} ); 247 jq(" ul.activity-list").append(response.contents);247 jq("#content ul.activity-list").append(response.contents); 248 248 249 249 target.parent().hide();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)