Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15730)
+++ /schedule/Module/calendar.php	(revision 15731)
@@ -108,9 +108,9 @@
 
 										data = JSON.parse(data);
-										var names = [];
-										$.each(data, function (i, ligne) {
-											var ind = names.indexOf(ligne.name),
+										//var names = [];
+										$.each(data, function (i) {
+											//var ind = names.indexOf(ligne.name),
 												
-												ind = names.push(ligne.name) - 1;
+											//	ind = names.push(ligne.name) - 1;
 												options.series.push({
 													data: data
@@ -121,5 +121,5 @@
 										
 										
-										console.log(options);
+										//console.log(options);
 
 										var chart = new Highcharts.Chart(options);
