remove tree sync for packages and users as we don't have a tree

This commit is contained in:
Mads Rasmussen
2018-12-06 10:20:48 +01:00
parent 5870db0273
commit 849cc2d383
2 changed files with 0 additions and 7 deletions

View File

@@ -53,9 +53,6 @@
}
];
$timeout(function () {
navigationService.syncTree({ tree: "packages", path: "-1" });
});
}
}

View File

@@ -25,10 +25,6 @@
setPageName();
$timeout(function () {
navigationService.syncTree({ tree: "users", path: "-1" });
});
}
function loadNavigation() {