1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-05 05:51:21 +03:00

Fixed js compile bug

This commit is contained in:
chouseknecht 2013-08-15 04:13:31 -04:00
parent 9d7018767d
commit 5d8ef49cfd

View File

@ -122,7 +122,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
var idx = index; var idx = index;
$(tree_id).jstree({ $(tree_id).jstree({
"core": { "initially_open":['inventory_node'], "core": { "initially_open":['inventory_node'],
"html_titles": true, "html_titles": true
}, },
"plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'], "plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'],
"themes": { "themes": {