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
path: root/js/app
diff options
context:
space:
mode:
authornewhinton <felix.nuesse@t-online.de>2019-05-19 17:39:27 +0300
committerGitHub <noreply@github.com>2019-05-19 17:39:27 +0300
commitbeb9bb1a60771ee314381757a84855d388412c9a (patch)
treef94f13fa8cc2e94fdb2c8ad01aa62a9ab469badd /js/app
parent6540b65acb8cc15e3fb1f8104d5442f0a59cceb6 (diff)
Fix indentation in credential.js
Diffstat (limited to 'js/app')
-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
+ }]);
+}());