Changeset 16397 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16396 r16397  
    119119                                                                  }
    120120                                                       
    121                                                                 do
     121                                                                for(src = 0; src<source.length;src++)
    122122                                                                {                                                       
    123123                                                                        xmlhttp.onreadystatechange=function()
     
    134134                                                                                                }
    135135                                                                                               
    136                                                                                                 GraphData(Data,src);
     136                                                                                                GraphData(Data, src);
    137137                                                                                                //document.getElementById('data').innerHTML=Data[src];
    138138                                                                                }
     
    142142                                                                        xmlhttp.send();
    143143                                                                        document.getElementById('data').innerHTML=source.length+""+src;
    144                                                                         src++;
    145                                                                 }while(src<source.length);
    146                                                         function GraphData(array,index)
     144                                                               
     145                                                                }
     146                                                        function GraphData(array, index)
    147147                                                        {
    148148                                                               
Note: See TracChangeset for help on using the changeset viewer.