Set new tag-collapsible to default closed

This commit is contained in:
newhinton 2018-12-10 11:39:59 +01:00 committed by GitHub
parent 9485ccbd97
commit 4331bb8a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
};
}]);
}());
}());