fixes bug to newsale cart link
Showing
4 changed files
with
1 additions
and
3 deletions
@@ -5941,9 +5941,7 @@ function scrollHandler() { | @@ -5941,9 +5941,7 @@ function scrollHandler() { | ||
5941 | } | 5941 | } |
5942 | 5942 | ||
5943 | //srcoll to load more | 5943 | //srcoll to load more |
5944 | -$(window).scroll(function() { | ||
5945 | - window.requestAnimationFrame(scrollHandler); | ||
5946 | -}); | 5944 | +$(window).scroll(scrollHandler); |
5947 | }); | 5945 | }); |
5948 | define("js/me/suggest", ["jquery","hammer","lazyload","handlebars","source-map"], function(require, exports, module){ | 5946 | define("js/me/suggest", ["jquery","hammer","lazyload","handlebars","source-map"], function(require, exports, module){ |
5949 | /** | 5947 | /** |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment