Changeset 16523


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16522 r16523  
    133133                                {
    134134                                        $('#data').append('XML state is activated!');
    135                                          if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
     135                                         if (xmlhttp[0].readyState==4 && xmlhttp[0].status==200)
    136136                                                {
    137137                                                //sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
Note: See TracChangeset for help on using the changeset viewer.