mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	style fix
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user