From 5d8ef49cfd11eba1e82a449b3b55758ed7cd8bb5 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 15 Aug 2013 04:13:31 -0400 Subject: [PATCH] Fixed js compile bug --- awx/ui/static/js/helpers/inventory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/inventory.js b/awx/ui/static/js/helpers/inventory.js index ab961e9bb9..2dd7864728 100644 --- a/awx/ui/static/js/helpers/inventory.js +++ b/awx/ui/static/js/helpers/inventory.js @@ -122,7 +122,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi var idx = index; $(tree_id).jstree({ "core": { "initially_open":['inventory_node'], - "html_titles": true, + "html_titles": true }, "plugins": ['themes', 'json_data', 'ui', 'contextmenu', 'dnd', 'crrm'], "themes": {