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:
parent
d524ab13dc
commit
7396f548ef
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue