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.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 4550c1abf..a0a44e7b2 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -215,6 +215,8 @@ IPA.details_list_section = function(spec) {
}
};
+ that.list_section_create = that.create;
+
return that;
};