- Timestamp:
- 05/06/13 06:27:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15506 r15507 71 71 } 72 72 } 73 xmlhttp.open("GET","https://www.fact-project.org/smartfact/index.php?source=Mrk+421&time=20"+ day+"-"+year+"-"+month,true);73 xmlhttp.open("GET","https://www.fact-project.org/smartfact/index.php?source=Mrk+421&time=20"+year+"-"+month+"-"+day,true); 74 74 xmlhttp.send(); 75 75 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note:
See TracChangeset
for help on using the changeset viewer.