Unhide the Quick Edit link when adding new category by AJAX, fixes #8077
git-svn-id: https://develop.svn.wordpress.org/trunk@9551 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5ba185ed05
commit
d68f02fbef
@ -108,6 +108,7 @@ inlineEditTax = {
|
||||
if (r) {
|
||||
if ( -1 != r.indexOf('<tr') ) {
|
||||
$('#edit-'+id).remove();
|
||||
r = r.replace(/hide-if-no-js/, '');
|
||||
row.html($(r).html()).show()
|
||||
.animate( { backgroundColor: '#CCEEBB' }, 500)
|
||||
.animate( { backgroundColor: '#eefee7' }, 500);
|
||||
|
Loading…
Reference in New Issue
Block a user