Do not hide "Quick Edit" link after saving from QE, fixes #8060

git-svn-id: http://svn.automattic.com/wordpress/trunk@9519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-04 23:48:29 +00:00
parent 8d65096069
commit 65f0830a83
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ inlineEditPost = {
var row = $(inlineEditPost.what+id);
if (r) {
r = r.replace(/hide-if-no-js/, '');
$('#edit-'+id).remove();
row.html($(r).html()).show()
.animate( { backgroundColor: '#CCEEBB' }, 500)