jQuery 3.x bug
-
There’s a bug, as you can’t use .load method with jQuerry 3.x, need to change that in public.js, line 531, from
$(window).load(function () {
to$(window).on('load',function () {
If the change isn’t made, quantity don’t get update when remove product from list.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jQuery 3.x bug’ is closed to new replies.