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