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:
-rw-r--r--js/app/controllers/credential.js15
1 files changed, 7 insertions, 8 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index b5ca9302..1f7cd27f 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -540,13 +540,12 @@
}
$scope.active_vault = null;
$scope.credentials = [];
- VaultService.clearVaultService();
-
- });
+ VaultService.clearVaultService();
+ });
- $scope.clearState = function () {
- $scope.delete_time = 0;
- };
+ $scope.clearState = function () {
+ $scope.delete_time = 0;
+ };
- }]);
-}()); \ No newline at end of file
+ }]);
+}());