Ignore:
Timestamp:
05/29/13 15:08:20 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16433 r16434  
    111111                                                        //int sources = 0;
    112112                                                       
    113                                                                 for(sources=0;sources<source.length;sources++)
    114                                                                   {
     113                                                                //for(sources=0;sources<source.length;sources++)
     114                                                                 // {
    115115                                                                if (window.XMLHttpRequest)
    116116                                                                  {// code for IE7+, Firefox, Chrome, Opera, Safari
     
    128128                                                                        {
    129129                                                                                       
    130                                                                                                 Data[sources]= new Array();
     130                                                                                                Data[1]= new Array();
    131131                                                                                                //Data[sources]= new Array();
    132132                                                                                               
     
    135135                                                                                                {
    136136                                                                                                        rows=line[row].split(',');
    137                                                                                                         Data[sources].push(rows[4]);
     137                                                                                                        Data[1].push(rows[4]);
    138138                                                                                                }
    139139                                                                                       
     
    144144                                                                }
    145145                                                               
    146                                                                 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
     146                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[1])+"&time="+year+"-"+month+"-"+day,true);
    147147                                                                xmlhttp.send();
    148                                                                 document.getElementById('data').innerHTML=source.length+""+sources;
    149                                                                 }
     148                                                                document.getElementById('data').innerHTML=source.length+""+source[1];
     149                                                                //}
    150150                                                       
    151151                                                        function GraphData(array, index)
Note: See TracChangeset for help on using the changeset viewer.