Skip to content

Commit

Permalink
5 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lain-d committed Dec 13, 2017
1 parent 8894eb7 commit a758139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/showlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ showList.prototype.update = function update(callback) {
this.theShowList.push(theEvent);
}
page = page + 1;
if (page <= 6) {
if (page <= 5) {
var timeout = 500 - (Date.now() - time1);
setTimeout(function(){getData(page)}, timeout);
} else {
Expand Down

0 comments on commit a758139

Please sign in to comment.