Changeset 16373 for schedule


Ignore:
Timestamp:
05/28/13 07:44:13 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16372 r16373  
    110110                                                        var T = [];
    111111                                                        var src = 0;
    112                                                         while(src < source.length)
    113                                                         {
     112                                                       
    114113                                                               
    115114                                                                if (window.XMLHttpRequest)
     
    132131                                                                                        {
    133132                                                                                                rows=line[row].split(',');
    134                                                                                                 Data[src].push(rows[4]);
     133                                                                                                Data[0].push(rows[4]);
    135134                                                                                        }
    136135                                                                                       
     
    143142                                                                xmlhttp.send();
    144143                                                                document.getElementById('data').innerHTML=source.length+""+src;
    145                                                                 src++;
    146                                                         }
     144                                                       
    147145                                                       
    148146                                                        function GraphData(array, index)
Note: See TracChangeset for help on using the changeset viewer.