diff --git a/public/script/homeApp.js b/public/script/homeApp.js index a3eee9b..b45d064 100644 --- a/public/script/homeApp.js +++ b/public/script/homeApp.js @@ -221,12 +221,12 @@ angular setTimeout(() => { $('[data-toggle="tooltip"]').tooltip(); - }, 250) + }, 250); $scope.repositories = []; $scope.search = ""; $scope.filters = { - status: { ready: true, expired: false, removed: false }, + status: { ready: true, expired: true, removed: true }, }; $scope.orderBy = "-anonymizeDate";