Changeset 16330 for schedule/Module


Ignore:
Timestamp:
05/27/13 16:54:58 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16329 r16330  
    126126                                                                               
    127127                                                                                        line[src]=xmlhttp.responseText.split('\n');
    128                                                                                         GraphData.apply(line);
     128                                                                                        GraphData.apply(0,line);
    129129                                                                        }
    130130                                                                }
     
    133133                                                                xmlhttp.send();
    134134                                                        }
    135                                                         function GraphData(l)
     135                                                        function GraphData(arr,l)
    136136                                                        {
    137                                                                 document.getElementById('data').innerHTML=data[1];
     137                                                                document.getElementById('data').innerHTML=l[arr];
    138138                                                        }
    139139                                                       
Note: See TracChangeset for help on using the changeset viewer.