Changeset 16330 for schedule/Module
- Timestamp:
- 05/27/13 16:54:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16329 r16330 126 126 127 127 line[src]=xmlhttp.responseText.split('\n'); 128 GraphData.apply( line);128 GraphData.apply(0,line); 129 129 } 130 130 } … … 133 133 xmlhttp.send(); 134 134 } 135 function GraphData( l)135 function GraphData(arr,l) 136 136 { 137 document.getElementById('data').innerHTML= data[1];137 document.getElementById('data').innerHTML=l[arr]; 138 138 } 139 139
Note:
See TracChangeset
for help on using the changeset viewer.