- Timestamp:
- 05/30/13 15:43:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16500 r16501 97 97 var xmlhttp = new Array(); 98 98 var source = ['Mrk 421','Mrk 501']; 99 var sourceData ;99 var sourceData = [[]]; 100 100 var day; 101 101 var year; … … 122 122 if (xmlhttp[index].readyState==4 && xmlhttp.status==200) 123 123 { 124 sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]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.