...
|
...
|
@@ -191,8 +191,8 @@ function getCouponDate() { |
|
|
|
|
|
getCouponDate();
|
|
|
|
|
|
$(window).scroll(function() {
|
|
|
if ($(window).scrollTop() + $(window).height() > $('body').height() * 0.9) {
|
|
|
getCouponDate();
|
|
|
}
|
|
|
}); |
|
|
// $(window).scroll(function() {
|
|
|
// if ($(window).scrollTop() + $(window).height() > $('body').height() * 0.9) {
|
|
|
// getCouponDate();
|
|
|
// }
|
|
|
// }); |
...
|
...
|
|