Changeset 16344
- Timestamp:
- 05/27/13 17:31:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16343 r16344 126 126 127 127 Data[src]= new Array(); 128 var str=[];128 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[row]=Data.push(rows[4]);133 Data.push(rows[4]); 134 134 } 135 GraphData( str);135 GraphData(Data); 136 136 137 137 }
Note:
See TracChangeset
for help on using the changeset viewer.