Authored by xuqi

loading limit

... ... @@ -107,7 +107,7 @@ navHammer.on('tap', function(e) {
});
$(document).scroll(function() {
if ($(window).scrollTop() + winH >= $(document).height() - loadMoreH) {
if ($(window).scrollTop() + winH >= $(document).height() - loadMoreH - 50) {
loadMore($infos.not('.hide'), state[curType]);
}
});
\ No newline at end of file
... ...