--- /buddypress/bp-themes/bp-default/_inc/global.js (BP 1.2.5.2)	Tue Jun 29 12:03:15 2010
+++ /buddypress/bp-themes/bp-default/_inc/global.js (working copy)	Tue Jul 06 18:09:21 2010
@@ -1166,6 +1166,9 @@
 		jq('div.activity').fadeOut( 100, function() {
 			jq(this).html(response.contents);
 			jq(this).fadeIn(100);
+
+			/* Selectively hide comments */
+			bp_dtheme_hide_comments();
 		});
 
 		/* Update the feed link */
@@ -1173,9 +1176,6 @@
 			jq('.directory div#subnav li.feed a, .home-page div#subnav li.feed a').attr('href', response.feed_url);
 
 		jq('div.item-list-tabs li.selected').removeClass('loading');
-
-		/* Selectively hide comments */
-		bp_dtheme_hide_comments();
 
 	}, 'json' );
 }
