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/details.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index 1dccb830..40dd6d4f 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -579,8 +579,8 @@ IPA.details_refresh = function() { options: { 'all': true, 'rights': true } }); - if (IPA.refresh_devel_hook){ - IPA.refresh_devel_hook(that.entity_name,command,that.pkey); + if (IPA.details_refresh_devel_hook){ + IPA.details_refresh_devel_hook(that.entity_name,command,that.pkey); } -- cgit