Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 15997)
+++ schedule/Module/calendar.php	(revision 15999)
@@ -60,5 +60,5 @@
 							var newtime;
 							var source=[];
-							document.getElementById('sourcelist').innerHTML=$("#box2view").text();
+							
 							var xmlhttp;
 							if (window.XMLHttpRequest)
@@ -256,4 +256,6 @@
 									var chart = new Highcharts.Chart(options);
 									newdata=s;
+									source.push($('#box2view').text());
+									document.getElementById('sourcelist').innerHTML=source;
 									
 									//document.getElementById('data').innerHTML=finaldata+"T"+s;
