Changeset 16346 for schedule


Ignore:
Timestamp:
05/28/13 04:24:36 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16344 r16346  
    131131                                                                                        {
    132132                                                                                                rows=line[row].split(',');
    133                                                                                                 Data.push(rows[4]);
     133                                                                                                Data[src].push(rows[4]);
    134134                                                                                        }
    135                                                                                         GraphData(Data);
     135                                                                                        GraphData(Data[src]);
    136136                                                                                       
    137137                                                                        }
     
    141141                                                                xmlhttp.send();
    142142                                                        }
    143                                                         function GraphData(x)
     143                                                        function GraphData(var array)
    144144                                                        {
    145                                                                 document.getElementById('data').innerHTML=x;
     145                                                                document.getElementById('data').innerHTML=array[0];
    146146                                                        }
    147147                                                       
Note: See TracChangeset for help on using the changeset viewer.