Skip to content

Commit

Permalink
Fix ranking signage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrobo committed Mar 23, 2024
1 parent 9839db7 commit d9aa137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcj-scoring",
"version": "24.0.0-beta.15",
"version": "24.0.0-beta.16",
"copyright": "2016-2024 RCJ-CMS Development Team",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion public/javascripts/ranking/line_2024.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ app.controller("LineScoreController", ['$scope', '$http', '$sce', '$translate',
$scope.updateTime = now.toLocaleString();
if ($scope.ranking.length >= 4) {
$scope.showFrom = Math.floor($scope.ranking.length - 4) / 6 * 6 + 3;
$scope.showFrom = 3;
} else {
$scope.showFrom = 0;
}
Expand Down

0 comments on commit d9aa137

Please sign in to comment.