Changeset 16343 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

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