Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15703)
+++ /schedule/Module/calendar.php	(revision 15704)
@@ -93,7 +93,5 @@
 										{
 											<?php $s=$rows['SourceID']; ?>*/
-												chart.addSeries({name:$(this).text(),
-												data:[newdata]
-											});
+												chart.addSeries({data:[newdata]});
 										/*}
 									}
@@ -167,5 +165,5 @@
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
 							xmlhttp.send();
-							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newdata);
+							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 							
 						  });
