Merge branch 'master' of github.com:diaspora/diaspora_rails

This commit is contained in:
danielvincent 2010-06-30 13:36:23 -07:00
commit df6ea31d3d

View file

@ -61,7 +61,8 @@ $(document).ready(function(){
// in field label plugin
$(".show_post_comments").live('click', function() {
$(".show_post_comments").live('click', function(event) {
event.preventDefault();
if( $(this).hasClass( "visible" )) {
$(this).html($(this).html().replace("hide", "show"));
$(this).parents("li").children(".comments").fadeOut(100);