Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
        Vertical Standings 20 second page blank
  • Loading branch information
jfgilliam committed Mar 17, 2019
1 parent 09bdf0c commit be03e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ define(['SIMRacingApps'
$scope.currentPage = 0;

//but only if there are drivers on that page
if ((($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/) > $scope.data.Session.Cars.Value
if ((($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 10/*NumLeaders*/) > $scope.data.Session.Cars.Value
|| !$scope.data.Car['PC'+(($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/)]
|| !$scope.data.Car['PC'+(($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/)].Number.Value
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ define(['SIMRacingApps'
$scope.currentPage = 0;

//but only if there are drivers on that page
if ((($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/) > $scope.data.Session.Cars.Value
if ((($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 10/*NumLeaders*/) > $scope.data.Session.Cars.Value
|| !$scope.data.Car['P'+(($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/)]
|| !$scope.data.Car['P'+(($scope.currentPage * $scope.numberOfGreenLines * $scope.numberOfGreenBoxes) + 1 + 3/*NumLeaders*/)].Number.Value
)
Expand Down

0 comments on commit be03e25

Please sign in to comment.