Changeset 11109
- Timestamp:
- 09/17/2016 12:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r11108 r11109 309 309 /* Favoriting activity stream items */ 310 310 if ( target.hasClass('fav') || target.hasClass('unfav') ) { 311 /* Bail if a request is in progress */ 312 if ( target.hasClass( 'loading' ) ) { 313 return false; 314 } 315 311 316 type = target.hasClass('fav') ? 'fav' : 'unfav'; 312 317 parent = target.closest('.activity-item');
Note: See TracChangeset
for help on using the changeset viewer.