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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16394 r16395  
    125125                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    126126                                                                        {
    127                                                                                
    128                                                                                        
    129                                                                                
     127                                                                                                       
    130128                                                                                        Data[src]= new Array();
    131129                                                                                        line=xmlhttp.responseText.split('\n');
     
    148146                                                        function GraphData(array,index)
    149147                                                        {
    150                                                                 for(ii=0;ii<array.length;ii++)
    151                                                                 {
     148                                                               
    152149                                                                for(i=0;i<array[index].length;i++)
    153150                                                                {
    154151                                                                        /*for(ii=0;ii<Data[i].length;ii++)
    155152                                                                        {*/
    156                                                                                 document.getElementById('day').innerHTML=array[ii][i];
     153                                                                                document.getElementById('day').innerHTML=array[index];
    157154                                                                        /*}*/
    158                                                                 }
    159155                                                                }
    160156                                                        }
Note: See TracChangeset for help on using the changeset viewer.