Changeset 16169
- Timestamp:
- 05/24/13 18:12:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16168 r16169 274 274 } 275 275 276 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);276 return chart; 277 277 } 278 278 loadGraph(); 279 279 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 280 280 281 281 });
Note:
See TracChangeset
for help on using the changeset viewer.