Changeset 16324 for schedule/Module/calendar.php
- Timestamp:
- 05/27/13 16:41:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16323 r16324 124 124 if (xmlhttp.readyState==4 && xmlhttp.status==200) 125 125 { 126 if(src==1) 127 { 128 line=xmlhttp.responseText.split('\n'); 129 for(row=0;row<line.length;row++) 130 { 131 rows=line[row].split(','); 132 val.push("XD"+rows[4]); 133 T.push("xD"+rows[0]); 134 } 135 } 136 else 137 { 126 138 127 line=xmlhttp.responseText.split('\n'); 139 128 for(row=0;row<line.length;row++) … … 143 132 T.push(rows[0]); 144 133 } 145 }134 146 135 GraphData(val,T); 147 136 }
Note:
See TracChangeset
for help on using the changeset viewer.