Changeset 16909 for schedule/js/chart.js
- Timestamp:
- 06/25/13 15:11:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16908 r16909 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( encodeURI("GET","/smartfact/index.php?source="+source[index]+"&time="+year+"-"+month+"-"+day,true));21 XML.open("GET","/smartfact/index.php?source="+encodeURI(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.