Index: schedule/Module/Graph.js
===================================================================
--- schedule/Module/Graph.js	(revision 16206)
+++ schedule/Module/Graph.js	(revision 16207)
@@ -39,3 +39,4 @@
 	};
 	return options;
+	Charts(options);
 }
Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16206)
+++ schedule/Module/calendar.php	(revision 16207)
@@ -206,4 +206,6 @@
 										
 										Graph();
+										function Charts(options)
+										{
 											var chart=new Highcharts.Chart(options);
 											for(var src=0;src<i;src++)
@@ -223,5 +225,5 @@
 											}
 										
-								
+										}
 										
 									}
