- Timestamp:
- 05/27/13 17:30:26 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16342 r16343 126 126 127 127 Data[src]= new Array(); 128 var str= "";128 var str=[]; 129 129 line=xmlhttp.responseText.split('\n'); 130 130 for(row=0;row<line.length;row++) 131 131 { 132 132 rows=line[row].split(','); 133 str +="["+Data.push(rows[4])+"]";133 str[row]=Data.push(rows[4]); 134 134 } 135 135 GraphData(str);
Note:
See TracChangeset
for help on using the changeset viewer.