Skip to:
Content

BuddyPress.org

Ticket #7490: 7490.01.patch

File 7490.01.patch, 670 bytes (added by r-a-y, 7 years ago)
  • src/bp-templates/bp-legacy/js/buddypress.js

     
    19711971                comment_lis.each( function(i) {
    19721972                        /* Show the latest 5 root comments */
    19731973                        if ( i < comment_lis.length - 5 ) {
    1974                                 jq(this).addClass('hidden');
    1975                                 jq(this).toggle();
     1974                                jq(this).hide();
    19761975
    19771976                                if ( !i ) {
    19781977                                        jq(this).before( '<li class="show-all"><a href="#' + parent_li.attr('id') + '/show-all/" title="' + BP_DTheme.show_all_comments + '">' + BP_DTheme.show_x_comments.replace( '%d', comment_count ) + '</a></li>' );