Changeset 16126 for schedule/Module
- Timestamp:
- 05/24/13 15:43:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16125 r16126 202 202 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 203 203 xml.send(); 204 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);204 205 205 } 206 206 var options = { … … 255 255 } 256 256 } 257 257 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 258 258 }); 259 259
Note:
See TracChangeset
for help on using the changeset viewer.