style fix

This commit is contained in:
Matthias 2021-12-07 00:30:50 +01:00
parent 388b42a407
commit 61bdf8937c
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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) {