Changeset 4790
- Timestamp:
- 07/22/2011 12:58:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/_inc/global.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/global.js
r4789 r4790 278 278 279 279 var inner_class = type == 'acomment' ? 'acomment-content' : 'activity-inner'; 280 var a_inner = jq('li#' + type + '-' + a_id + ' .' + inner_class );280 var a_inner = jq('li#' + type + '-' + a_id + ' .' + inner_class + ':first' ); 281 281 target.parent().children('.ajax-loader').show(); 282 282
Note: See TracChangeset
for help on using the changeset viewer.