Changeset 16403 for schedule/Module/calendar.php
- Timestamp:
- 05/28/13 15:33:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16402 r16403 120 120 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); 121 121 } 122 for(src=0;src<source.length;src++) 123 { 122 124 xmlhttp.onreadystatechange=function() 123 125 { 124 for(src=0;src<source.length;src++) 125 { 126 126 127 if (xmlhttp.readyState==4 && xmlhttp.status==200) 127 128 {
Note:
See TracChangeset
for help on using the changeset viewer.