Changeset 15704
- Timestamp:
- 05/20/13 07:20:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15703 r15704 93 93 { 94 94 <?php $s=$rows['SourceID']; ?>*/ 95 chart.addSeries({name:$(this).text(), 96 data:[newdata] 97 }); 95 chart.addSeries({data:[newdata]}); 98 96 /*} 99 97 } … … 167 165 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 168 166 xmlhttp.send(); 169 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year +"&new="+newdata);167 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 170 168 171 169 });
Note:
See TracChangeset
for help on using the changeset viewer.