Skip to content

Commit

Permalink
Merge branch 'develop' into bip44
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Nov 4, 2014
2 parents 74d1120 + d389aaf commit 4c7cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/frontend/controllers/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function (controllers, DarkWallet, Port) {
var limit = 10;

$scope.setPage = function(page, updatePage) {
if (page < 0 || page >= $scope.nPages) {
if (!updatePage && (page < 0 || page >= $scope.nPages)) {
return;
}
if (updatePage) {
Expand Down

0 comments on commit 4c7cb50

Please sign in to comment.