Changeset 16316 for schedule/Module/calendar.php
- Timestamp:
- 05/27/13 16:25:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16315 r16316 122 122 if (xmlhttp.readyState==4 && xmlhttp.status==200) 123 123 { 124 line [src]=xmlhttp.responseText.split('\n');124 line=xmlhttp.responseText.split('\n'); 125 125 GraphData(line); 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.