mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 04:56:45 +00:00
JS style fix
This commit is contained in:
parent
b6d9bc3093
commit
58364bb3b5
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user