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:
authorfnuesse <felix.nuesse@t-online.de>2018-11-03 14:25:03 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:20 +0300
commit92898d236b45da680326b14ab57f68318826994a (patch)
tree0fa832386065f6921f567ec06e7550a078586aeb /js/app
parent5ef92fc1e9874d064e45492dbef5d5a4c745ac01 (diff)
fixed initial state of taglist in navbar
Diffstat (limited to 'js/app')
-rw-r--r--js/app/controllers/menu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js
index 3de134ec..ce81ac2b 100644
--- a/js/app/controllers/menu.js
+++ b/js/app/controllers/menu.js
@@ -114,6 +114,7 @@
$rootScope.$broadcast('filterSpecial',string);
};
+ $scope.tagCollapsibleOpen=true;
$scope.tagCollapsibleClicked = function () {
if ($scope.tagCollapsibleOpen === true)
$scope.tagCollapsibleOpen = false;