mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-10 06:54:25 +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.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;
|
||||
};
|
||||
|
||||
}]);
|
||||
}());
|
||||
}]);
|
||||
}());
|
||||
|
|
Loading…
Add table
Reference in a new issue