Additional cost and Attribute term tables merge into one

This commit is contained in:
Shiva Poudel 2015-05-02 22:27:37 +05:45
parent b0448209f8
commit 6ed5ed1047
1 changed files with 2 additions and 5 deletions

View File

@ -171,11 +171,8 @@ jQuery( function ( $ ) {
hasFocus = false;
});
// Additional cost tables
$( '.woocommerce_page_wc-settings .shippingrows tbody tr:even' ).addClass( 'alternate' );
// Attribute term table
$( 'table.attributes-table tbody tr:nth-child(odd)' ).addClass( 'alternate' );
// Additional cost and Attribute term tables
$( '.woocommerce_page_wc-settings .shippingrows tbody tr:even, table.attributes-table tbody tr:nth-child(odd)' ).addClass( 'alternate' );
// Show order items on orders page
$( document.body ).on( 'click', '.show_order_items', function() {