mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-04-01 03:10:18 +02:00
fix typos
This commit is contained in:
@@ -292,7 +292,7 @@ angular
|
||||
$scope.progress = 25;
|
||||
} else if ($scope.repo.status == "preparing") {
|
||||
$scope.progress = 10;
|
||||
} else if ($scope.repo.status == "anonimizing") {
|
||||
} else if ($scope.repo.status == "anonymizing") {
|
||||
$scope.progress = 75;
|
||||
}
|
||||
if ($scope.repo.status != "ready") {
|
||||
|
||||
Reference in New Issue
Block a user