Changeset 16461 for schedule/Module/calendar.php
- Timestamp:
- 05/30/13 09:25:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16460 r16461 123 123 } 124 124 125 xmlhttp.onreadystatechange=function()126 {125 //xmlhttp.onreadystatechange=function() 126 // { 127 127 128 128 if (xmlhttp.readyState==4 && xmlhttp.status==200) … … 143 143 $('#data').append(sources + "...." + Data[sources]); 144 144 } 145 }145 //} 146 146 147 147 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
Note:
See TracChangeset
for help on using the changeset viewer.