Keep background color for comments that need moderation

git-svn-id: https://develop.svn.wordpress.org/trunk@9472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-02 03:40:21 +00:00
parent 2c433c747d
commit 3e0cc4e561
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ commentReply = {
} else {
$('#edithead, #savebtn', editRow).hide();
$('#replyhead, #replybtn', editRow).show();
$(t.o).after(editRow).animate( { backgroundColor: '#eefee7' }, 800);
$(t.o).after(editRow);
$('#replyrow').hide().fadeIn('fast');
}