Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #389 from Sancus/duplicatescrolling
Browse files Browse the repository at this point in the history
[Fix Bug 799824] duplicate entries while scrolling
  • Loading branch information
Sancus committed Feb 7, 2013
2 parents 869f934 + 55cbc0d commit 77ec0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/infinite.js
Expand Up @@ -22,7 +22,7 @@
return cease;
},
callback: function(i) {
cease = (pages < i);
cease = (pages <= i);
if (cease) {
// Show the user that we have stopped scrolling on purpose.
results.show()
Expand Down

0 comments on commit 77ec0cc

Please sign in to comment.