- Timestamp:
- 05/28/13 05:08:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16355 r16356 132 132 rows=line[row].split(','); 133 133 Data[src].push(rows[4]); 134 GraphData(Data[0][row]);135 134 } 136 135 GraphData(Data[src]); 137 136 document.getElementById('data').innerHTML=Data[src]; 138 137 } … … 143 142 } 144 143 //var array = []; 145 function GraphData( array)144 function GraphData(var [] array) 146 145 { 147 /*for(i=0;i<source.length;i++)146 for(i=0;i<source.length;i++) 148 147 { 149 for(ii=0;ii<Data[i].length;ii++)148 /*for(ii=0;ii<Data[i].length;ii++) 150 149 {*/ 151 document.getElementById('day').innerHTML=array ;152 /*} 153 } */150 document.getElementById('day').innerHTML=array[i]; 151 /*}*/ 152 } 154 153 } 155 154
Note:
See TracChangeset
for help on using the changeset viewer.