From 7396f548ef72e7e6a33767b835d8b1ca83d4e0ab Mon Sep 17 00:00:00 2001 From: azaozz Date: Sun, 2 Nov 2008 03:40:21 +0000 Subject: [PATCH] Keep background color for comments that need moderation git-svn-id: http://svn.automattic.com/wordpress/trunk@9472 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/edit-comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }