summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/aci.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/aci.js b/install/ui/aci.js
index 077cbebdc..1a95af0e7 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -393,6 +393,7 @@ IPA.target_section = function(spec) {
spec = spec || {};
var that = IPA.details_section(spec);
+ that.section = true;
that.undo = typeof spec.undo == 'undefined' ? true : spec.undo;
that.filter_text = IPA.text_widget({name: 'filter', undo: that.undo});