mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
JS style fix
This commit is contained in:
@ -201,7 +201,7 @@ function enableBreadcrumbTree(options) {
|
||||
if (node.state.expanded) {
|
||||
while (node.parent != null) {
|
||||
nodes[node.parent].state.expanded = true;
|
||||
node = nodes[node.parent]
|
||||
node = nodes[node.parent];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user