Ticket #2502: 2502.001.patch
| File 2502.001.patch, 730 bytes (added by , 16 years ago) |
|---|
-
buddypress/bp-themes/bp-default/_inc/global.js
1166 1166 jq('div.activity').fadeOut( 100, function() { 1167 1167 jq(this).html(response.contents); 1168 1168 jq(this).fadeIn(100); 1169 1170 /* Selectively hide comments */ 1171 bp_dtheme_hide_comments(); 1169 1172 }); 1170 1173 1171 1174 /* Update the feed link */ … … 1173 1176 jq('.directory div#subnav li.feed a, .home-page div#subnav li.feed a').attr('href', response.feed_url); 1174 1177 1175 1178 jq('div.item-list-tabs li.selected').removeClass('loading'); 1176 1177 /* Selectively hide comments */1178 bp_dtheme_hide_comments();1179 1179 1180 1180 }, 'json' ); 1181 1181 }