[woocommerce_cart]
Stay up to date with the latest news
jQuery(document).ready(function(){
jQuery(document).on(‘gform_page_loaded gform_confirmation_loaded’, function(event, form_id, current_page){
if(form_id==1){
jQuery(‘.loader-div .loader’).removeClass(‘anim’);
}
});
});