Ignore:
Timestamp:
05/28/13 15:54:52 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16409 r16410  
    127127                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    128128                                                                        {
    129                                                                                         if(src==0)
    130                                                                                         {
    131                                                                                                 Data[0]= new Array(100);
    132                                                                                                
    133                                                                                                
    134                                                                                                 line=xmlhttp.responseText.split('\n');
    135                                                                                                 for(row=0;row<line.length;row++)
    136                                                                                                 {
    137                                                                                                         rows=line[row].split(',');
    138                                                                                                         Data[0].push(rows[4]);
    139                                                                                                 }
    140                                                                                         }
    141                                                                                         else
    142                                                                                         {
    143                                                                                                 Data[src]= new Array(100);
     129                                                                                       
     130                                                                                                Data[src]= new Array();
    144131                                                                                                //Data[src]= new Array();
    145132                                                                                               
     
    151138                                                                                                }
    152139                                                                                       
    153                                                                                         }
     140                                                                                       
    154141                                                                                        GraphData(Data, src);
    155142                                                                                        //document.getElementById('data').innerHTML=Data[src];
Note: See TracChangeset for help on using the changeset viewer.