- Timestamp:
- 05/30/13 15:37:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16497 r16498 122 122 if (xmlhttp[index].readyState==4 && xmlhttp.status==200) 123 123 { 124 var sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]124 var sourceData[index]= new Array(); 125 125 line=xmlhttp[index].responseText.split('\n'); 126 126 for(row=0;row<line.length;row++)
Note:
See TracChangeset
for help on using the changeset viewer.