- Timestamp:
- 06/25/13 15:04:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16905 r16906 19 19 XML = new XMLHttpRequest(); 20 20 //NOTE: previous errors on the request was caused by appending "http://www.fact-project.org" 21 XML.open( "GET","/smartfact/index.php?source="+Server.URLEncode(source[index])+"&time="+year+"-"+month+"-"+day,true);21 XML.open(encodeURI("GET","/smartfact/index.php?source="+source[index]+"&time="+year+"-"+month+"-"+day,true)); 22 22 dataSource = new Array(); 23 23 XML.onload=function()
Note:
See TracChangeset
for help on using the changeset viewer.