Changeset 3130
- Timestamp:
- 07/08/2010 05:32:13 AM (16 years ago)
- File:
-
- 1 edited
-
branches/1.2/bp-themes/bp-default/_inc/global.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/_inc/global.js
r3111 r3130 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 … … 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' );
Note: See TracChangeset
for help on using the changeset viewer.