diff --git a/wp-admin/js/edit-comments.js b/wp-admin/js/edit-comments.js index 7d503ec7c1..f2512e35c2 100644 --- a/wp-admin/js/edit-comments.js +++ b/wp-admin/js/edit-comments.js @@ -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'); }