Changeset 8451
- Timestamp:
- 05/25/2014 10:35:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r8446 r8451 662 662 comment_li.prepend( jq( response.substr( 2, response.length ) ).hide().fadeIn( 200 ) ); 663 663 } else { 664 var children = jq( '#' + comment_li.attr('id') + ' ul' ).children('li') ;664 var children = jq( '#' + comment_li.attr('id') + ' ul' ).children('li'), 665 665 child_count = 0, 666 666 count_span, new_count, show_all_a;
Note: See TracChangeset
for help on using the changeset viewer.