mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-12 22:59:24 +01:00
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:
parent
be716580da
commit
785d668c28
@ -108,6 +108,7 @@ inlineEditTax = {
|
|||||||
if (r) {
|
if (r) {
|
||||||
if ( -1 != r.indexOf('<tr') ) {
|
if ( -1 != r.indexOf('<tr') ) {
|
||||||
$('#edit-'+id).remove();
|
$('#edit-'+id).remove();
|
||||||
|
r = r.replace(/hide-if-no-js/, '');
|
||||||
row.html($(r).html()).show()
|
row.html($(r).html()).show()
|
||||||
.animate( { backgroundColor: '#CCEEBB' }, 500)
|
.animate( { backgroundColor: '#CCEEBB' }, 500)
|
||||||
.animate( { backgroundColor: '#eefee7' }, 500);
|
.animate( { backgroundColor: '#eefee7' }, 500);
|
||||||
|
Loading…
Reference in New Issue
Block a user