Changeset 7000
- Timestamp:
- 05/06/2013 12:09:17 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/js/buddypress.js
r6974 r7000 511 511 child_count++; 512 512 }); 513 comment_li.fadeOut(200); 513 comment_li.fadeOut(200, function() { 514 comment_li.remove(); 515 }); 514 516 515 517 /* Decrease the "Reply (X)" button count */ -
trunk/bp-themes/bp-default/_inc/global.js
r6940 r7000 505 505 child_count++; 506 506 }); 507 comment_li.fadeOut(200); 507 comment_li.fadeOut(200, function() { 508 comment_li.remove(); 509 }); 508 510 509 511 /* Decrease the "Reply (X)" button count */
Note: See TracChangeset
for help on using the changeset viewer.