- Timestamp:
- 06/03/13 19:15:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16667 r16668 161 161 else if(rowMin[1]==8) 162 162 { 163 HourMin.push(parseFloat(rowHour[1]+'.08')) 163 HourMin.push(parseFloat(rowHour[1]+'.08')); 164 164 } 165 165 else 166 HourMin.push(parseFloat(rowHour[1]+'.'+rowMin[1])) 167 168 166 HourMin.push(parseFloat(rowHour[1]+'.'+rowMin[1])); 169 167 } 170 168 Time[i].push(HourMin[row]);
Note:
See TracChangeset
for help on using the changeset viewer.