summaryrefslogtreecommitdiffstats
path: root/install/ui/develop.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-03-31 15:32:29 -0400
committerAdam Young <ayoung@redhat.com>2011-03-31 17:29:33 -0400
commit6948c0813dff35afadd63bc0647271f00bfc566f (patch)
tree19a212045037900336bcf2cd963491f87a85a9d9 /install/ui/develop.js
parentef57ee0d936a910407a940273f1dbd9ff084fffa (diff)
downloadfreeipa-6948c0813dff35afadd63bc0647271f00bfc566f.tar.gz
freeipa-6948c0813dff35afadd63bc0647271f00bfc566f.tar.xz
freeipa-6948c0813dff35afadd63bc0647271f00bfc566f.zip
code review fixes
this version includes using spec for detail_facets
Diffstat (limited to 'install/ui/develop.js')
-rw-r--r--install/ui/develop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/develop.js b/install/ui/develop.js
index 5095905d7..9f0c8dd5a 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';