woocommerce/assets/js/frontend
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
..
add-payment-method.js Fixed all jshint errors #4680 2015-07-10 02:13:30 -03:00
add-payment-method.min.js Set field required class 2015-04-10 15:43:39 +01:00
add-to-cart-variation.js Add classes to variation button wrapper 2016-05-19 11:17:34 +01:00
add-to-cart-variation.min.js Add classes to variation button wrapper 2016-05-19 11:17:34 +01:00
add-to-cart.js Comment and minify 2016-03-12 08:37:02 +00:00
add-to-cart.min.js Comment and minify 2016-03-12 08:37:02 +00:00
address-i18n.js Replace size with length 2016-03-01 13:08:25 +00:00
address-i18n.min.js Minify and POT 2016-03-11 14:42:34 -03:00
cart-fragments.js Fix for #10940 - wc_cart_hash 2016-05-24 14:36:43 -05:00
cart-fragments.min.js Fix for #10940 - wc_cart_hash 2016-05-24 14:36:43 -05:00
cart.js Allow string indexes for shipping packages 2016-05-23 17:34:43 -07:00
cart.min.js Fixes tokenisation form when > 1 are used at once. 2016-05-24 17:52:32 +01:00
checkout.js Fixes tokenisation form when > 1 are used at once. 2016-05-24 17:52:32 +01:00
checkout.min.js Fixes tokenisation form when > 1 are used at once. 2016-05-24 17:52:32 +01:00
country-select.js Replace size with length 2016-03-01 13:08:25 +00:00
country-select.min.js Replace size with length 2016-03-01 13:08:25 +00:00
credit-card-form.js frontend credit-card-form jshinted and coding standards 2014-03-19 15:46:59 -07:00
credit-card-form.min.js Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-20 15:47:52 +00:00
geolocation.js Improved how geolocation js check for pages where shouldn't load 2015-11-04 01:51:54 -02:00
geolocation.min.js Improved how geolocation js check for pages where shouldn't load 2015-11-04 01:51:54 -02:00
lost-password.js Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
lost-password.min.js Fix disable password submitting twice 2014-10-16 21:59:45 +02:00
password-strength-meter.js Fixed password-strength-meter.js' checkPasswordStrength function not being encapsulated into the wrapper 2016-03-21 17:26:33 +01:00
password-strength-meter.min.js Remove backslash 2016-03-23 14:28:45 +00:00
price-slider.js Fixed coding standards in assets/js/frontend/price-slider.js 2015-06-29 17:09:34 -03:00
price-slider.min.js Minify price-slider.js 2015-06-29 17:08:02 -03:00
single-product.js Grouping of delegated events together 2016-04-19 10:00:16 +08:00
single-product.min.js minify 2016-04-19 13:44:20 +01:00
tokenization-form.js Fixes tokenisation form when > 1 are used at once. 2016-05-24 17:52:32 +01:00
tokenization-form.min.js Fixes tokenisation form when > 1 are used at once. 2016-05-24 17:52:32 +01:00
woocommerce.js Created assets/js/frontend/password-strength-meter.js #9319 2015-10-09 13:31:47 -03:00
woocommerce.min.js Created assets/js/frontend/password-strength-meter.js #9319 2015-10-09 13:31:47 -03:00