Changeset 16175 for schedule/Module/calendar.php
- Timestamp:
- 05/24/13 18:33:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16174 r16175 73 73 <script type="text/javascript">//<![CDATA[ 74 74 CAL.addEventListener("onSelect", function(){ 75 75 76 var day =this.selection.print("%d").join("\n"); 76 77 var month =this.selection.print("%m").join("\n"); … … 83 84 var MinTime = []; 84 85 var HourTime = []; 86 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 85 87 var DataVal = []; 86 88 var source=['Crab','Mrk 501','Mrk 421']; … … 275 277 } 276 278 loadGraph(); 277 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);279 278 280 279 281 });
Note:
See TracChangeset
for help on using the changeset viewer.