$(function() { $(document).on('publik:environment-loaded', function(event, services) { /* empty all apps cells */ var service_ids = Array('authentic', 'wcs', 'combo', 'passerelle', 'hobo'); $(service_ids).each(function(index, service_id) { $('#portal-agent-content div.services-' + service_id + ' ul.apps').empty(); }); $('#portal-agent-content div.services ul.apps').empty(); /* and fill them with current services */ $(services.services).each(function(index, element) { var $content = $('#portal-agent-content div.services-' + element.service_id); if ($content.length === 0) { $content = $('#portal-agent-content div.services'); } if ($content.find('ul.apps').length === 0) { $('