Ignore:
Timestamp:
05/30/13 09:27:47 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16461 r16462  
    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(sources + "...." + Data[sources]);
    144                                                                         }
     144                                                                //      }
    145145                                                                //}
    146146                                                               
Note: See TracChangeset for help on using the changeset viewer.