Skip to:
Content

BuddyPress.org

Changeset 3130


Ignore:
Timestamp:
07/08/2010 05:32:13 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2502 props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/_inc/global.js

    r3111 r3130  
    11671167            jq(this).html(response.contents);
    11681168            jq(this).fadeIn(100);
     1169
     1170            /* Selectively hide comments */
     1171            bp_dtheme_hide_comments();
    11691172        });
    11701173
     
    11741177
    11751178        jq('div.item-list-tabs li.selected').removeClass('loading');
    1176 
    1177         /* Selectively hide comments */
    1178         bp_dtheme_hide_comments();
    11791179
    11801180    }, 'json' );
Note: See TracChangeset for help on using the changeset viewer.