Unhide the Quick Edit link when adding new category by AJAX, fixes #8077

git-svn-id: http://svn.automattic.com/wordpress/trunk@9551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-06 17:57:26 +00:00
parent be716580da
commit 785d668c28

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