mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 14:17:51 +02:00
fix anonymization form
This commit is contained in:
@@ -659,7 +659,7 @@ angular
|
|||||||
$scope.terms = "";
|
$scope.terms = "";
|
||||||
$scope.defaultTerms = "";
|
$scope.defaultTerms = "";
|
||||||
$scope.branches = [];
|
$scope.branches = [];
|
||||||
source = {
|
$scope.source = {
|
||||||
type: "GitHubDownload",
|
type: "GitHubDownload",
|
||||||
branch: "",
|
branch: "",
|
||||||
commit: "",
|
commit: "",
|
||||||
@@ -755,7 +755,7 @@ angular
|
|||||||
$scope.getRepositories();
|
$scope.getRepositories();
|
||||||
|
|
||||||
$scope.repoSelected = async () => {
|
$scope.repoSelected = async () => {
|
||||||
$scope.terms = $scope.defaultTerms.filter((f) => f);
|
$scope.terms = $scope.defaultTerms;
|
||||||
$scope.repoId = "";
|
$scope.repoId = "";
|
||||||
$scope.source = {
|
$scope.source = {
|
||||||
type: "GitHubDownload",
|
type: "GitHubDownload",
|
||||||
|
|||||||
Reference in New Issue
Block a user