Changeset 16298 for schedule/Module
- Timestamp:
- 05/27/13 15:32:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16297 r16298 109 109 110 110 var xmlhttp; 111 111 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 112 112 for (var src=0;src<source.length;src++) 113 113 { … … 282 282 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 283 283 xmlhttp.send(); 284 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);284 285 285 } 286 286 var options = {
Note:
See TracChangeset
for help on using the changeset viewer.