publik: give a proper position to statistics entry in publik menu (#12720)

This commit is contained in:
Frédéric Péters 2016-07-22 22:10:44 +02:00
parent 0eb08fb444
commit 54cc745628
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', 'corbo', 'combo', 'passerelle', 'hobo');
var service_order = Array('authentic', 'welco', 'wcs', 'bijoe', '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);