Changeset 8413
- Timestamp:
- 05/10/2014 03:41:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r8410 r8413 393 393 /* Load more updates at the end of the page */ 394 394 if ( target.parent().hasClass('load-more') ) { 395 if ( bp_ajax_request ) { 396 bp_ajax_request.abort(); 397 } 398 395 399 jq('#buddypress li.load-more').addClass('loading'); 396 400 … … 408 412 }); 409 413 410 jq.post( ajaxurl, {414 bp_ajax_request = jq.post( ajaxurl, { 411 415 action: 'activity_get_older_updates', 412 416 'cookie': bp_get_cookies(),
Note: See TracChangeset
for help on using the changeset viewer.