main.js: Don't increment unless load was successful.
This commit is contained in:
parent
1faaec8435
commit
ccb4e943eb
@ -64,8 +64,8 @@ var getNextPage = function() {
|
||||
textbox.appendChild(userBox);
|
||||
});
|
||||
textbox.appendChild(document.createElement('hr'));
|
||||
page++;
|
||||
}
|
||||
page++;
|
||||
busy = false;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user