Make sure quick edited non-alternate taxonomy list table rows don't become alternate. props c3mdigital. fixes #25059.
git-svn-id: https://develop.svn.wordpress.org/trunk@25463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b5911d622e
commit
54c6cd2793
@ -90,6 +90,9 @@ inlineEditTax = {
|
||||
$('#edit-'+id+' .inline-edit-save .error').html(r).show();
|
||||
} else
|
||||
$('#edit-'+id+' .inline-edit-save .error').html(inlineEditL10n.error).show();
|
||||
|
||||
if ($(row).prev('tr').hasClass('alternate'))
|
||||
$(row).removeClass('alternate');
|
||||
}
|
||||
);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user