Ticket #7857: 7857.01.patch
| File 7857.01.patch, 839 bytes (added by , 8 years ago) |
|---|
-
src/bp-templates/bp-nouveau/js/buddypress-activity.js
351 351 } ); 352 352 353 353 // If all parents are hidden, reveal at least one. It seems very risky to manipulate the DOM to keep exactly 5 comments! 354 if ( $( comment_parents ).children( '.bp-hidden' ).length === $( comment_parents ).children( 'li' ).length - 1 && $( comment_parents ).find( 'li.show-all' ) ) {354 if ( $( comment_parents ).children( '.bp-hidden' ).length === $( comment_parents ).children( 'li' ).length - 1 && $( comment_parents ).find( 'li.show-all' ).length ) { 355 355 $( comment_parents ).children( 'li' ).removeClass( 'bp-hidden' ).toggle(); 356 356 } 357 357 } );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)