Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16460)
+++ schedule/Module/calendar.php	(revision 16461)
@@ -123,6 +123,6 @@
 								  }
 								
-								xmlhttp.onreadystatechange=function()
-								  {
+								//xmlhttp.onreadystatechange=function()
+								 // {
 								  
 								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
@@ -143,5 +143,5 @@
 											$('#data').append(sources + "...." + Data[sources]);
 									}
-								}
+								//}
 								
 								xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
