Changeset 16594


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16593 r16594  
    112112                                        testXML = new XMLHttpRequest();
    113113                                        //NOTE: previous errors on the request was caused by appending "http://www.fact-project.org"
    114                                         testXML.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
     114                                        testXML.open("GET","/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
    115115                                        dataSource = new Array();
    116116                                        testXML.onload=function() {
Note: See TracChangeset for help on using the changeset viewer.