Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16187)
+++ schedule/Module/calendar.php	(revision 16188)
@@ -213,5 +213,6 @@
 									xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
 									xml.send();
-									
+									$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
+								
 									
 								}
@@ -277,5 +278,4 @@
 									
 								}
-								$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 								document.getElementById('data').innerHTML=x;
 							});
