Changeset 16328 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

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