Ticket #3457: 3457.01.patch
File 3457.01.patch, 478 bytes (added by , 14 years ago) |
---|
-
bp-themes/bp-default/_inc/global.js
jq(document).ready( function() { 142 142 if ( scope == 'mentions' ) 143 143 jq( 'li#' + target.attr('id') + ' a strong' ).remove(); 144 144 145 bp_activity_request(scope, filter , target);145 bp_activity_request(scope, filter); 146 146 147 147 return false; 148 148 });