File "cart-update.js"
Full Path: /home/romayxjt/public_html/wp-content/themes/kadence/assets/js/src/cart-update.js
File size: 157 bytes
MIME-type: text/plain
Charset: utf-8
jQuery( function( $ ) {
// Update from mini
$( document.body ).on( 'removed_from_cart', function() {
$( document ).trigger( 'wc_update_cart' );
} );
});