summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 4f01cd34c..6a2def7fb 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -292,9 +292,8 @@ IPA.details_facet = function(spec) {
return section;
};
- that.section = function(section) {
- that.add_section(section);
- return that;
+ that.get_section = function(name) {
+ return that.sections.get(name);
};
that.create_section = function(spec) {