Skip to content

Commit

Permalink
Removed JS not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Feb 9, 2020
1 parent 0fb1090 commit d43b541
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/woocommerce.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ jQuery( function( $ ) {
}
} )

// Display variation images.
$( '.variations' ).on( 'change', 'select', function() {
$( '.product-images-carousel' ).find( '.product-featured-image' ).click();
} );

// Quick View Modal.
$( '.product-quick-view-button' ).click( function( e ) {
e.preventDefault();
Expand Down

0 comments on commit d43b541

Please sign in to comment.