remove tree sync for packages and users as we don't have a tree
This commit is contained in:
@@ -53,9 +53,6 @@
|
||||
}
|
||||
];
|
||||
|
||||
$timeout(function () {
|
||||
navigationService.syncTree({ tree: "packages", path: "-1" });
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -25,10 +25,6 @@
|
||||
|
||||
setPageName();
|
||||
|
||||
$timeout(function () {
|
||||
navigationService.syncTree({ tree: "users", path: "-1" });
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function loadNavigation() {
|
||||
|
||||
Reference in New Issue
Block a user