mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00: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