Changeset 16465


Ignore:
Timestamp:
05/30/13 09:58:15 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16464 r16465  
    126126                                                                  {
    127127                                                                 
    128                                                                   //if (xmlhttp.readyState==4 && xmlhttp.status==200)
    129                                                                 //      {
     128                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
     129                                                                        {
    130130                                                                                       
    131131                                                                                                Data[sources]= new Array();
     
    142142                                                                                        //document.getElementById('data').innerHTML=sources + "...." + Data[sources];
    143143                                                                                        $('#data').append(line);
    144                                                                 //      }
     144                                                                        }
    145145                                                                }
    146146                                                               
Note: See TracChangeset for help on using the changeset viewer.