- Timestamp:
- 06/02/13 15:58:05 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16592 r16593 112 112 testXML = new XMLHttpRequest(); 113 113 //NOTE: previous errors on the request was caused by appending "http://www.fact-project.org" 114 testXML.open("GET"," /smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);114 testXML.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true); 115 115 dataSource = new Array(); 116 116 testXML.onload=function() {
Note:
See TracChangeset
for help on using the changeset viewer.