Skip to:
Content

BuddyPress.org

Changeset 8451


Ignore:
Timestamp:
05/25/2014 10:35:41 AM (11 years ago)
Author:
imath
Message:

Correct ponctuation in buddypress.js file

The use of ";" instead of "," was causing a javascript error when deleting an activity comment.

Fixes #5662

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/js/buddypress.js

    r8446 r8451  
    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;
Note: See TracChangeset for help on using the changeset viewer.