Changeset 16292 for schedule/Module
- Timestamp:
- 05/27/13 15:20:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16291 r16292 73 73 <script type="text/javascript"> 74 74 $(document).ready(function(){ 75 Graph();75 //Graph(); 76 76 var date= new Date(); 77 77 var Year=date.getFullYear(); … … 320 320 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 321 321 xmlhttp.send(); 322 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 322 323 } 323 324 var chart = new Highcharts.Chart(options); … … 336 337 } 337 338 338 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);339 339 340 340 341
Note:
See TracChangeset
for help on using the changeset viewer.