Changeset 16722 for schedule/js
- Timestamp:
- 06/05/13 05:58:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16720 r16722 11 11 } 12 12 } 13 /*function getDate(day){14 15 var days = day;16 return days;17 }*/18 13 19 14 function GetXMLData(index, source) … … 38 33 displayXMLData(dataSource, source); //this will be called when the last data from the list is read 39 34 //$('#data').append('successfully load'+source +""+dataSource); 40 35 41 36 } 42 37 }
Note:
See TracChangeset
for help on using the changeset viewer.