Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16125)
+++ schedule/Module/calendar.php	(revision 16126)
@@ -202,5 +202,5 @@
 								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);
+								
 							}
 							var options = {
@@ -255,5 +255,5 @@
 								}
 							}
-							
+							$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
 						  });
 
