Skip to:
Content

BuddyPress.org

Ticket #3457: 3457.01.patch

File 3457.01.patch, 478 bytes (added by boonebgorges, 14 years ago)
  • bp-themes/bp-default/_inc/global.js

    jq(document).ready( function() { 
    142142                if ( scope == 'mentions' )
    143143                        jq( 'li#' + target.attr('id') + ' a strong' ).remove();
    144144
    145                 bp_activity_request(scope, filter, target);
     145                bp_activity_request(scope, filter);
    146146
    147147                return false;
    148148        });