mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
style fix
This commit is contained in:
parent
388b42a407
commit
61bdf8937c
@ -154,7 +154,9 @@ function enableSidetree(label) {
|
|||||||
'core': {
|
'core': {
|
||||||
'data': {
|
'data': {
|
||||||
'url': '/api/part/category/tree/',
|
'url': '/api/part/category/tree/',
|
||||||
'data': function(node) {return {'id': node.id}; }
|
'data': function(node) {
|
||||||
|
return {'id': node.id};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).bind('select_node.jstree', function(e, data) {
|
}).bind('select_node.jstree', function(e, data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user