Changeset 15699 for schedule/Module
- Timestamp:
- 05/20/13 05:39:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15698 r15699 99 99 100 100 } 101 newdata +=newline.join(",");101 newdata=newline.join(","); 102 102 document.getElementById('data').innerHTML=newdata; 103 103 var chart = new Highcharts.Chart({ … … 155 155 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 156 156 xmlhttp.send(); 157 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year );157 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newdata); 158 158 159 159 });
Note:
See TracChangeset
for help on using the changeset viewer.