Whitespace.

This commit is contained in:
Timo Stollenwerk
2012-11-04 17:25:25 +01:00
parent 41a53fc8ff
commit e008bcf54d
3 changed files with 25 additions and 25 deletions
@@ -127,16 +127,16 @@
parents().
filter(".comment").
find(".reply-to-comment-button");
/* Find the reply-to-comment form and hide and remove it again. */
$.reply_to_comment_form = $(this).parents().filter(".reply");
$.reply_to_comment_form.slideUp("slow", function () {
$(this).remove();
});
/* Show the reply-to-comment button again. */
reply_to_comment_button.css("display", "inline");
});