Changeset 16135 for schedule/Module/calendar.php
- Timestamp:
- 05/24/13 16:10:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16134 r16135 254 254 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 255 255 xml.send(); 256 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);256 257 257 258 258 } 259 259 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 260 260 261 261 });
Note:
See TracChangeset
for help on using the changeset viewer.