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