woocommerce/assets
Kevin Killingsworth 543e091c2c Fix for #10940 - wc_cart_hash
wc_cart_hash was used as a key for localStorage
for all WooCommerce sites. If you were to load your
cart for two different sites in the same browser,
the two WooCommerce pages would contend over this key
and loop on trying to set this key in the localStorage

This commit prepends the site's ajax URL onto the wc_cart_hash
key name in localStorage, providing a unique key for each
WooCommerce site. This ends contention over the keys.
2016-05-24 14:36:43 -05:00
..
css Fix select2 styling 2016-05-24 19:04:13 +01:00
fonts Updates the WooCommerce icon font. #9791 2016-03-09 10:54:00 +00:00
images re-add the .png credit card icons as a fallback for gateways using core assets. 2016-04-27 13:55:43 +01:00
js Fix for #10940 - wc_cart_hash 2016-05-24 14:36:43 -05:00