wp-e-commerce / WP-e-Commerce

WP eCommerce - The most popular independent eCommerce platform for WordPress
https://wpecommerce.org
GNU General Public License v2.0
215 stars 217 forks source link

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

Open benhuson opened 6 years ago

benhuson commented 6 years ago

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