Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16461)
+++ schedule/Module/calendar.php	(revision 16462)
@@ -126,6 +126,6 @@
 								 // {
 								  
-								  if (xmlhttp.readyState==4 && xmlhttp.status==200)
-									{
+								  //if (xmlhttp.readyState==4 && xmlhttp.status==200)
+								//	{
 											
 												Data[sources]= new Array();
@@ -142,5 +142,5 @@
 											//document.getElementById('data').innerHTML=sources + "...." + Data[sources];
 											$('#data').append(sources + "...." + Data[sources]);
-									}
+								//	}
 								//}
 								
