Changeset 16519 for schedule/Module/calendar.php
- Timestamp:
- 05/31/13 07:15:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16518 r16519 122 122 { 123 123 $('#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 { 126 126 sourceData[index]= new Array(); //--> remove this if you use sourceData[[]] 127 127 line=xmlhttp[index].responseText.split('\n'); … … 137 137 } 138 138 document.getElementById('data').innerHTML=line; 139 //}139 } 140 140 141 141 }
Note:
See TracChangeset
for help on using the changeset viewer.