mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
388b42a407
commit
61bdf8937c
@ -154,7 +154,9 @@ function enableSidetree(label) {
|
||||
'core': {
|
||||
'data': {
|
||||
'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) {
|
||||
|
Loading…
Reference in New Issue
Block a user