- Timestamp:
- 06/01/13 13:00:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16523 r16542 133 133 { 134 134 $('#data').append('XML state is activated!'); 135 alert(index+" "+xmlhttp[index].readyState+" "+xmlhttp[index].status); 135 136 if (xmlhttp[0].readyState==4 && xmlhttp[0].status==200) 136 137 {
Note:
See TracChangeset
for help on using the changeset viewer.