Changeset 16324 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16323 r16324  
    124124                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    125125                                                                        {
    126                                                                                 if(src==1)
    127                                                                                 {
    128                                                                                         line=xmlhttp.responseText.split('\n');
    129                                                                                         for(row=0;row<line.length;row++)
    130                                                                                         {
    131                                                                                                 rows=line[row].split(',');
    132                                                                                                 val.push("XD"+rows[4]);
    133                                                                                                 T.push("xD"+rows[0]);
    134                                                                                         }
    135                                                                                 }
    136                                                                                 else
    137                                                                                 {
     126                                                                               
    138127                                                                                        line=xmlhttp.responseText.split('\n');
    139128                                                                                        for(row=0;row<line.length;row++)
     
    143132                                                                                                T.push(rows[0]);
    144133                                                                                        }
    145                                                                                 }
     134                                                                               
    146135                                                                                GraphData(val,T);
    147136                                                                        }
Note: See TracChangeset for help on using the changeset viewer.