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:
parent
2c433c747d
commit
3e0cc4e561
@ -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
Block a user