Skip to:
Content

BuddyPress.org

Ticket #2502: 2502.001.patch

File 2502.001.patch, 730 bytes (added by r-a-y, 16 years ago)
  • buddypress/bp-themes/bp-default/_inc/global.js

     
    11661166                jq('div.activity').fadeOut( 100, function() {
    11671167                        jq(this).html(response.contents);
    11681168                        jq(this).fadeIn(100);
     1169
     1170                        /* Selectively hide comments */
     1171                        bp_dtheme_hide_comments();
    11691172                });
    11701173
    11711174                /* Update the feed link */
     
    11731176                        jq('.directory div#subnav li.feed a, .home-page div#subnav li.feed a').attr('href', response.feed_url);
    11741177
    11751178                jq('div.item-list-tabs li.selected').removeClass('loading');
    1176 
    1177                 /* Selectively hide comments */
    1178                 bp_dtheme_hide_comments();
    11791179
    11801180        }, 'json' );
    11811181}