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