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:
Andrew Ozz 2008-11-06 17:57:26 +00:00
parent 5ba185ed05
commit d68f02fbef
1 changed files with 1 additions and 0 deletions

View File

@ -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);