WP-e-Commerce icon indicating copy to clipboard operation
WP-e-Commerce copied to clipboard

'add to basket' loading animation not showing when fancy notifications is not active.

Open benhuson opened this issue 8 years ago • 0 comments

In Theme Engine v1 WPEC_Fancy_Notifications JS component, this line is hiding the 'add to basket' loading animation even when fancy notifications is not active.

$( 'div.wpsc_loading_animation' ).css( 'visibility', 'hidden' );

https://github.com/wp-e-commerce/WP-e-Commerce/blame/branch-4.0.0/wpsc-components/fancy-notifications/js/fancy-notifications.js#L32

benhuson avatar Jul 25 '17 09:07 benhuson