diff --git bp-templates/bp-legacy/js/buddypress.js bp-templates/bp-legacy/js/buddypress.js
index 610f704..769110c 100644
--- bp-templates/bp-legacy/js/buddypress.js
+++ bp-templates/bp-legacy/js/buddypress.js
@@ -1612,17 +1612,11 @@ function bp_filter_request( object, filter, scope, target, search_terms, page, e
 		if ( caller == 'pag-bottom' && jq('#subnav').length ) {
 			var top = jq('#subnav').parent();
 			jq('html,body').animate({scrollTop: top.offset().top}, 'slow', function() {
-				jq(target).fadeOut( 100, function() {
-					jq(this).html(response);
-					jq(this).fadeIn(100);
-			 	});
+				jq(target).html(response);
 			});
 
 		} else {
-			jq(target).fadeOut( 100, function() {
-				jq(this).html(response);
-				jq(this).fadeIn(100);
-		 	});
+			jq(target).html(response);
 		}
 
 		jq('.item-list-tabs li.selected').removeClass('loading');
