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:
parent
2dde47a9f2
commit
88370af289
|
@ -205,6 +205,7 @@ inlineEditPost = {
|
||||||
var row = $(inlineEditPost.what+id);
|
var row = $(inlineEditPost.what+id);
|
||||||
|
|
||||||
if (r) {
|
if (r) {
|
||||||
|
r = r.replace(/hide-if-no-js/, '');
|
||||||
$('#edit-'+id).remove();
|
$('#edit-'+id).remove();
|
||||||
row.html($(r).html()).show()
|
row.html($(r).html()).show()
|
||||||
.animate( { backgroundColor: '#CCEEBB' }, 500)
|
.animate( { backgroundColor: '#CCEEBB' }, 500)
|
||||||
|
|
Loading…
Reference in New Issue