Changeset 16523
- Timestamp:
- 05/31/13 07:30:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16522 r16523 133 133 { 134 134 $('#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) 136 136 { 137 137 //sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
Note:
See TracChangeset
for help on using the changeset viewer.