Skip to:
Content

BuddyPress.org

Changeset 2570


Ignore:
Timestamp:
02/03/2010 04:27:03 PM (15 years ago)
Author:
apeatling
Message:

stop() call is killing ajax loaders on activity page requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/global.js

    r2569 r2570  
    11381138    });
    11391139
    1140     /* Stop previous ajax request from completing */
    1141     stop();
    1142 
    11431140    /* Set the correct selected nav and filter */
    11441141    j('li#activity-' + scope + ', div.item-list-tabs li.current').addClass('selected');
     
    11491146    j('.widget_bp_activity_widget h2 span.ajax-loader').show();
    11501147
    1151     j.post( ajaxurl, {
     1148    var activity_request = j.post( ajaxurl, {
    11521149        action: 'activity_widget_filter',
    11531150        'cookie': encodeURIComponent(document.cookie),
Note: See TracChangeset for help on using the changeset viewer.