Authored by uedxwg

update

... ... @@ -14,7 +14,8 @@ function ajaxCurrencyDetail(page) {
window.rePosFooter();
}
});
};
}
$(window).scroll(function() {
if ($(window).scrollTop() + $(window).height() > $('body').height() - 1) {
page++;
... ... @@ -22,4 +23,5 @@ $(window).scroll(function() {
return;
}
});
ajaxCurrencyDetail(page)
\ No newline at end of file
ajaxCurrencyDetail(page);
\ No newline at end of file
... ...