Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15739)
+++ schedule/Module/calendar.php	(revision 15740)
@@ -109,24 +109,11 @@
 
 										data = JSON.parse(data);
-										//var names = [];
-										//$.each(data, function () {
-											//var ind = names.indexOf(ligne.name),
-												
-											//	ind = names.push(ligne.name) - 1;
-												options.series.push({data:data});
-												
-											 
 										
-										
-										//console.log(options);
-
+											options.series.push({data:data});
+									
 										var chart = new Highcharts.Chart(options);
 									});
 									
-									/*$('#add').click(function(){
 										
-									});*/
-									
-									
 								}
 							}
