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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16518 r16519  
    122122                                {
    123123                                        $('#data').append('XML state is activated!');
    124                                          //if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
    125                                                 //{
     124                                         if (xmlhttp[index].readyState==4 && xmlhttp[index].status==200)
     125                                                {
    126126                                                sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
    127127                                                line=xmlhttp[index].responseText.split('\n');
     
    137137                                                        }
    138138                                                        document.getElementById('data').innerHTML=line;
    139                                 //              }
     139                                                }
    140140                                                       
    141141                                }
Note: See TracChangeset for help on using the changeset viewer.