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

git-svn-id: https://develop.svn.wordpress.org/trunk@9519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-04 23:48:29 +00:00
parent 2dde47a9f2
commit 88370af289
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)