mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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 {
|
||||
$('#edithead, #savebtn', editRow).hide();
|
||||
$('#replyhead, #replybtn', editRow).show();
|
||||
$(t.o).after(editRow).animate( { backgroundColor: '#eefee7' }, 800);
|
||||
$(t.o).after(editRow);
|
||||
$('#replyrow').hide().fadeIn('fast');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user