Changeset 2570
- Timestamp:
- 02/03/2010 04:27:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r2569 r2570 1138 1138 }); 1139 1139 1140 /* Stop previous ajax request from completing */1141 stop();1142 1143 1140 /* Set the correct selected nav and filter */ 1144 1141 j('li#activity-' + scope + ', div.item-list-tabs li.current').addClass('selected'); … … 1149 1146 j('.widget_bp_activity_widget h2 span.ajax-loader').show(); 1150 1147 1151 j.post( ajaxurl, {1148 var activity_request = j.post( ajaxurl, { 1152 1149 action: 'activity_widget_filter', 1153 1150 'cookie': encodeURIComponent(document.cookie),
Note: See TracChangeset
for help on using the changeset viewer.