publik: move welco just before wcs in the publik menu

This commit is contained in:
Thomas NOËL 2015-11-05 11:57:51 +01:00
parent d2c2df4fb9
commit 7df003805e
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', 'welco', 'combo', 'passerelle', 'hobo');
var service_order = Array('authentic', 'welco', 'wcs', '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);