File "checkoutRemoveBtn.js"
Full Path: /home/aiclgcwq/photonindustriespvt.com/wp-content/themes/woodmart/js/scripts/wc/checkoutRemoveBtn.js
File size: 422 bytes
MIME-type: text/plain
Charset: utf-8
/* global woodmart_settings */
(function($) {
woodmartThemeModule.checkoutRemove = function() {
woodmartThemeModule.$document.on('click', '.wd-checkout-remove-btn', function() {
$(this)
.closest('.woocommerce-checkout-review-order-table')
.append('<div class="wd-loader-overlay wd-fill wd-loading"></div>');
});
};
$(document).ready(function() {
woodmartThemeModule.checkoutRemove();
});
})(jQuery);