Keep background color for comments that need moderation

git-svn-id: http://svn.automattic.com/wordpress/trunk@9472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-02 03:40:21 +00:00
parent d524ab13dc
commit 7396f548ef
1 changed files with 1 additions and 1 deletions

View File

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