Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16465)
+++ schedule/Module/calendar.php	(revision 16467)
@@ -123,9 +123,9 @@
 								  }
 								
-								xmlhttp.onreadystatechange=function()
-								  {
+								//xmlhttp.onreadystatechange=function()
+								  //{
 								  
-								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
-									{
+								  //if (xmlhttp.readyState==4 && xmlhttp.status==200)
+								//	{
 											
 												Data[sources]= new Array();
@@ -140,8 +140,8 @@
 											
 											//GraphData(Data[sources], sources);
-											//document.getElementById('data').innerHTML=sources + "...." + Data[sources];
-											$('#data').append(line);
-									}
-								}
+											document.getElementById('data').innerHTML=sources + "...." + line;
+											//$('#data').append(line);
+									//}
+								//}
 								
 								xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
