mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 13:44:40 +08:00
Set new tag-collapsible to default closed
This commit is contained in:
parent
9485ccbd97
commit
4331bb8a35
1 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@
|
|||
$scope.settingsShown=false;
|
||||
};
|
||||
|
||||
$scope.collapsedDefaultValue=false;
|
||||
$scope.collapsedDefaultValue=true;
|
||||
$scope.tagCollapsibleOpen=VaultService.getVaultSetting("vaultTagCollapsedState",$scope.collapsedDefaultValue);
|
||||
$scope.tagCollapsibleClicked = function () {
|
||||
if (VaultService.getVaultSetting("vaultTagCollapsedState",$scope.collapsedDefaultValue) === true) {
|
||||
|
|
@ -243,4 +243,4 @@
|
|||
$rootScope.$broadcast('set_delete_time', $scope.delete_time);
|
||||
};
|
||||
}]);
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue