publik: add support for chrono in menu (#9977)

This commit is contained in:
Frédéric Péters 2016-02-13 10:25:04 +01:00
parent b6e7778eca
commit 72c4b68247
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,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', 'combo', 'passerelle', 'hobo');
var service_order = Array('authentic', 'welco', 'wcs', 'chrono', '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);