Changeset 16188 for schedule/Module/calendar.php
- Timestamp:
- 05/24/13 19:06:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16187 r16188 213 213 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 214 214 xml.send(); 215 215 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 216 216 217 217 218 } … … 277 278 278 279 } 279 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);280 280 document.getElementById('data').innerHTML=x; 281 281 });
Note:
See TracChangeset
for help on using the changeset viewer.