Skip to content

Commit 33b3638

Browse files
author
matograine
committed
select only 5 questions
1 parent 5f95437 commit 33b3638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/controllers/wot-controllers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ function WotCertificationsViewController($scope, $rootScope, $controller, csSett
15281528
return array;
15291529
}
15301530

1531-
return shuffle(original_cert_checklist);
1531+
return shuffle(original_cert_checklist).slice(0, 5);
15321532
}
15331533
$scope.cert_checklist = $scope.prepare_cert_checklist();
15341534

0 commit comments

Comments
 (0)