Changeset 16187 for schedule/Module/calendar.php
- Timestamp:
- 05/24/13 19:04:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16186 r16187 221 221 222 222 223 function loadGraph(y,x)223 $(function loadGraph(y,x) 224 224 { 225 225 var options = { … … 279 279 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 280 280 document.getElementById('data').innerHTML=x; 281 } 281 }); 282 282 loadGraph(); 283 283
Note:
See TracChangeset
for help on using the changeset viewer.