Skip to:
Content

BuddyPress.org

Ticket #5662: 5662.patch

File 5662.patch, 663 bytes (added by imath, 11 years ago)
  • src/bp-templates/bp-legacy/js/buddypress.js

    diff --git src/bp-templates/bp-legacy/js/buddypress.js src/bp-templates/bp-legacy/js/buddypress.js
    index dea38a0..069a247 100644
    jq(document).ready( function() { 
    661661                                if ( response[0] + response[1] === '-1' ) {
    662662                                        comment_li.prepend( jq( response.substr( 2, response.length ) ).hide().fadeIn( 200 ) );
    663663                                } else {
    664                                         var children  = jq( '#' + comment_li.attr('id') + ' ul' ).children('li');
     664                                        var children  = jq( '#' + comment_li.attr('id') + ' ul' ).children('li'),
    665665                                                child_count = 0,
    666666                                                count_span, new_count, show_all_a;
    667667