- Timestamp:
- 05/22/13 14:38:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16008 r16009 287 287 } 288 288 } 289 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+ urlencode(source)+"&time="+year+"-"+month+"-"+day,true);289 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 290 290 xmlhttp.send(); 291 291 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note:
See TracChangeset
for help on using the changeset viewer.