JS error, handle user dialog in the same way as help dialog. Don't close on change of section. Before was a js error with missing method

This commit is contained in:
Bjarke Berg
2019-02-07 08:19:44 +01:00
parent 1703c918d9
commit f6da7e4444

View File

@@ -105,11 +105,6 @@ function sectionsDirective($timeout, $window, navigationService, treeService, se
return;
}
if (scope.userDialog) {
closeUserDialog();
}
navigationService.hideSearch();
navigationService.showTree(section.alias);