Changeset 16514


Ignore:
Timestamp:
05/31/13 07:02:16 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16513 r16514  
    122122                                {
    123123                                       
    124                                          if (xmlhttp[index].readyState==4 && xmlhttp.status==200)
     124                                         if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
    125125                                                {
    126126                                                //sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
Note: See TracChangeset for help on using the changeset viewer.