Changeset 16499
- Timestamp:
- 05/30/13 15:38:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16498 r16499 122 122 if (xmlhttp[index].readyState==4 && xmlhttp.status==200) 123 123 { 124 var sourceData[index]= new Array();124 sourceData[index]= new Array(); //--> remove this if you use sourceData[[]] 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.