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:
parent
8d65096069
commit
65f0830a83
|
@ -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