Changeset 16542 for schedule


Ignore:
Timestamp:
06/01/13 13:00:23 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16523 r16542  
    133133                                {
    134134                                        $('#data').append('XML state is activated!');
     135                    alert(index+" "+xmlhttp[index].readyState+" "+xmlhttp[index].status);
    135136                                         if (xmlhttp[0].readyState==4 && xmlhttp[0].status==200)
    136137                                                {
Note: See TracChangeset for help on using the changeset viewer.