From 728a1d83619ef4f72f33240fe7f412d9f60b30ef Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 6 Jan 2011 13:14:38 -0500 Subject: dns record style THe client aread class is added after the create call. THe logic assumes that there are two divs under the tabs. THe records facet broke that assumption. THis fixes it --- install/static/policy.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/static/policy.js') diff --git a/install/static/policy.js b/install/static/policy.js index 038b6307..e80cd603 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 = $('
', { + 'class': 'content' + }).appendTo(container); } function setup(container){ -- cgit