Changeset 16504
- Timestamp:
- 05/30/13 16:03:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16503 r16504 129 129 sourceData[index].push(rows[4]); 130 130 } 131 document.getElementById('data').innerHTML=sourceData[index]; 131 132 } 132 document.getElementById('data').innerHTML=sourceData[index];133 133 134 } 134 135 xmlhttp[index].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
Note:
See TracChangeset
for help on using the changeset viewer.