publik: insert welco in the middle of the publik menu

This commit is contained in:
Frédéric Péters 2015-11-02 17:20:32 +01:00
parent b6435fcf59
commit a5a7bd4561
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $(function() {
$('#sidepage-menu').remove();
var menu_links = $('<ul id="sidepage-menu">');
var more_entries = Array();
var service_order = Array('authentic', 'wcs', 'combo', 'passerelle', 'hobo');
var service_order = Array('authentic', 'wcs', 'welco', '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);