Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16219)
+++ schedule/Module/calendar.php	(revision 16220)
@@ -93,7 +93,4 @@
 							for(var i=0; i<source.length;i++)
 							{
-								xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
-								
-								
 								if(window.XMLHttpRequest)
 								{
@@ -279,4 +276,5 @@
 									}
 								}
+								xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
 								xml.send();
 								
