Changeset 16462 for schedule/Module/calendar.php
- Timestamp:
- 05/30/13 09:27:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16461 r16462 126 126 // { 127 127 128 if (xmlhttp.readyState==4 && xmlhttp.status==200)129 {128 //if (xmlhttp.readyState==4 && xmlhttp.status==200) 129 // { 130 130 131 131 Data[sources]= new Array(); … … 142 142 //document.getElementById('data').innerHTML=sources + "...." + Data[sources]; 143 143 $('#data').append(sources + "...." + Data[sources]); 144 }144 // } 145 145 //} 146 146
Note:
See TracChangeset
for help on using the changeset viewer.