From 6948c0813dff35afadd63bc0647271f00bfc566f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 31 Mar 2011 15:32:29 -0400 Subject: code review fixes this version includes using spec for detail_facets --- install/ui/develop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/develop.js') diff --git a/install/ui/develop.js b/install/ui/develop.js index 5095905d..9f0c8dd5 100644 --- a/install/ui/develop.js +++ b/install/ui/develop.js @@ -4,7 +4,7 @@ if (window.location.protocol == 'file:') { IPA.json_url = "test/data"; IPA.use_static_files = true; - IPA.refresh_devel_hook = function(entity_name,command,pkey){ + IPA.details_refresh_devel_hook = function(entity_name,command,pkey){ if ((entity_name === 'host')||(entity_name === 'permission')){ command.name = entity_name+'_show_'+pkey; command.method = entity_name+'_show'; -- cgit