Changeset 16473


Ignore:
Timestamp:
05/30/13 10:35:58 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16472 r16473  
    124124                                                                  }
    125125                                                               
    126                                                                 xmlhttp[sources].onreadystatechange=function()
     126                                                               
     127                                                                xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
     128                                                                xmlhttp[sources].send();
     129                                                                //document.getElementById('data').innerHTML=source.length+""+Data[sources];
     130                                                                               
     131                                                                }
     132                                                               
     133                                                                /*xmlhttp[sources].onreadystatechange=function()
    127134                                                                  {
    128135                                                                 
     
    144151                                                                                        //$('#data').append(line);
    145152                                                                        //}
    146                                                                 }
    147                                                                
    148                                                                 xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
    149                                                                 xmlhttp[sources].send();
    150                                                                 //document.getElementById('data').innerHTML=source.length+""+Data[sources];
    151                                                                                
    152                                                                 }
     153                                                                }*/
    153154                                               
    154155                                                        /*function GraphData(DataSource, index)
Note: See TracChangeset for help on using the changeset viewer.