Changeset 16344 for schedule/Module


Ignore:
Timestamp:
05/27/13 17:31:39 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16343 r16344  
    126126                                                                               
    127127                                                                                        Data[src]= new Array();
    128                                                                                         var str=[];
     128                                                                                       
    129129                                                                                        line=xmlhttp.responseText.split('\n');
    130130                                                                                        for(row=0;row<line.length;row++)
    131131                                                                                        {
    132132                                                                                                rows=line[row].split(',');
    133                                                                                                 str[row]=Data.push(rows[4]);
     133                                                                                                Data.push(rows[4]);
    134134                                                                                        }
    135                                                                                         GraphData(str);
     135                                                                                        GraphData(Data);
    136136                                                                                       
    137137                                                                        }
Note: See TracChangeset for help on using the changeset viewer.