Changeset 15506 for schedule/Module/calendar.php
- Timestamp:
- 05/06/13 06:24:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15505 r15506 71 71 } 72 72 } 73 xmlhttp.open("GET","https://www.fact-project.org/smartfact/index.php?source=Mrk+421&time=20"+day+"-"+ month+"-"+year,true);73 xmlhttp.open("GET","https://www.fact-project.org/smartfact/index.php?source=Mrk+421&time=20"+day+"-"+year+"-"+month,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.