diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-04-07 16:14:58 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-04-11 16:03:30 +0000 |
commit | f0f83a862eee908c308c25561a18f8b1e218c081 (patch) | |
tree | 3060f7656e414b1e41e75fe442726f8b36cb825d /install/ui/associate.js | |
parent | 960e730f3eebfa4609461bd2cb6506bc7f80741b (diff) | |
download | freeipa-f0f83a862eee908c308c25561a18f8b1e218c081.tar.gz freeipa-f0f83a862eee908c308c25561a18f8b1e218c081.tar.xz freeipa-f0f83a862eee908c308c25561a18f8b1e218c081.zip |
Refactored action panel and client area.
To improve code readability and extensibility the containers for action
panel and client area are now created in IPA.entity.setup(). The 'client area'
has been renamed into 'content'. The IPA.facet.create() has been renamed to
IPA.facet.create_content().
Diffstat (limited to 'install/ui/associate.js')
-rw-r--r-- | install/ui/associate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/associate.js b/install/ui/associate.js index 050d8f6db..b8a7d825a 100644 --- a/install/ui/associate.js +++ b/install/ui/associate.js @@ -788,7 +788,7 @@ IPA.association_facet = function (spec) { return pkey != that.pkey; }; - that.create = function(container) { + that.create_content = function(container) { that.pkey = $.bbq.getState(that.entity_name + '-pkey', true) || ''; |