- Timestamp:
- 05/24/13 18:18:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16169 r16170 273 273 274 274 } 275 276 return chart;277 275 } 278 loadGraph();276 279 277 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 280 278 … … 282 280 283 281 //]]></script> 282 <script Language="javascript"> 283 $(document).ready(function(){ 284 loadGraph(); 285 }); 286 </script> 284 287 </td> 285 288 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.