From dcb796df6e92b71ba22667f13b7801014f63e07e Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 25 Jan 2011 21:58:49 -0500 Subject: dns visible if enabled use the result of the is_dns_enabled command to show or hid the dns tab Also, Javascript lint cleanup from recent patches. --- install/ui/entity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index 34e34d6cf..e7fa6a7a3 100644 --- a/install/ui/entity.js +++ b/install/ui/entity.js @@ -434,7 +434,7 @@ IPA.nested_tabs = function(entity_name){ IPA.nested_tab_labels[entity_name] = top_tab.children[subtab_index].label; if (top_tab.children[subtab_index].children){ - label = top_tab.children[subtab_index].label + label = top_tab.children[subtab_index].label; nested_entities = top_tab.children[subtab_index].children; for ( nested_index = 0; nested_index < nested_entities.length; -- cgit