summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/static/policy.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index 038b63071..e80cd6034 100644
--- a/install/static/policy.js
+++ b/install/static/policy.js
@@ -277,6 +277,9 @@ function ipa_records_facet(spec){
};
function create(container) {
+ var details = $('<div/>', {
+ 'class': 'content'
+ }).appendTo(container);
}
function setup(container){