Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/controllers/credential.js')
-rw-r--r--js/app/controllers/credential.js17
1 files changed, 8 insertions, 9 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index 8b1b015c..b1ecad78 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -540,14 +540,13 @@
}
$scope.active_vault = null;
$scope.credentials = [];
-// $scope.$parent.selectedVault = false;
- window.location.reload();
+ //$scope.$parent.selectedVault = false;
+ window.location.reload();
+ });
- });
-
- $scope.clearState = function () {
- $scope.delete_time = 0;
- };
+ $scope.clearState = function () {
+ $scope.delete_time = 0;
+ };
- }]);
-}()); \ No newline at end of file
+ }]);
+}());