Changeset 16255 for schedule/Module/calendar.php
- Timestamp:
- 05/25/13 05:37:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16254 r16255 300 300 y:DataValue[DataCnt] // Value 301 301 }) 302 //document.getElementById('data').innerHTML=Time[src][DataCnt];302 303 303 304 304 } … … 313 313 //Charts(DataValue[[i]],Time); 314 314 $('#Graph').fadeOut(); 315 $('# container').fadeIn('slow').load("chart.php?year="+year+"&day="+day+"&month="+month);315 $('#Graph').fadeIn('slow').load("chart.php?year="+year+"&day="+day+"&month="+month); 316 316 } 317 317
Note:
See TracChangeset
for help on using the changeset viewer.