Small usability tweak for adding product attributes
This commit is contained in:
parent
c690414d25
commit
c0068441bf
|
@ -570,7 +570,8 @@ jQuery( function($){
|
|||
$('table.woocommerce_attributes tbody').append( $(thisrow) );
|
||||
$(thisrow).show();
|
||||
row_indexes();
|
||||
|
||||
// Reset selected attribute in the list
|
||||
$('select.attribute_taxonomy').val('');
|
||||
}
|
||||
|
||||
show_attribute_table();
|
||||
|
|
Loading…
Reference in New Issue