gadjo: add support for corbo in menu (#12509)

This commit is contained in:
Frédéric Péters 2016-07-10 10:58:14 +02:00
parent 6c2420b35c
commit 5b2a5da4e8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ $(function() {
$(li).find('a').attr('href', PUBLIK_PORTAL_AGENT_URL).addClass('icon-home');
}
var more_entries = Array();
var service_order = Array('authentic', 'welco', 'wcs', 'chrono', 'combo', 'passerelle', 'hobo');
var service_order = Array('authentic', 'welco', 'wcs', 'chrono', 'corbo', 'combo', 'passerelle', 'hobo');
COMBO_KNOWN_SERVICES.sort(function(a, b) {
a_service_order = service_order.indexOf(a.service_id);
b_service_order = service_order.indexOf(b.service_id);