diff options
Diffstat (limited to 'install/static/webui.js')
-rw-r--r-- | install/static/webui.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install/static/webui.js b/install/static/webui.js index 804f06f86..bf367ee94 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -68,6 +68,11 @@ $(function() { $('#loggedinas a').fragment( {'user-facet':'details', 'user-pkey':ipa_whoami_pkey},2); + for (var i=0; i<IPA.entities.length; i++) { + var entity = IPA.entities[i]; + entity.init(); + } + var navigation = $('#navigation'); if (whoami.hasOwnProperty('memberof_rolegroup') && |