Changeset 16909 for schedule


Ignore:
Timestamp:
06/25/13 15:11:13 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16908 r16909  
    1919        XML = new XMLHttpRequest();
    2020        //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);
    2222        dataSource = new Array();
    2323        XML.onload=function()
Note: See TracChangeset for help on using the changeset viewer.