mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-13 16:34:37 +08:00
Fix indentation in credential.js
This commit is contained in:
parent
6540b65acb
commit
beb9bb1a60
1 changed files with 8 additions and 9 deletions
|
@ -540,14 +540,13 @@
|
||||||
}
|
}
|
||||||
$scope.active_vault = null;
|
$scope.active_vault = null;
|
||||||
$scope.credentials = [];
|
$scope.credentials = [];
|
||||||
// $scope.$parent.selectedVault = false;
|
//$scope.$parent.selectedVault = false;
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
});
|
||||||
|
|
||||||
});
|
$scope.clearState = function () {
|
||||||
|
$scope.delete_time = 0;
|
||||||
|
};
|
||||||
|
|
||||||
$scope.clearState = function () {
|
}]);
|
||||||
$scope.delete_time = 0;
|
}());
|
||||||
};
|
|
||||||
|
|
||||||
}]);
|
|
||||||
}());
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue