Changeset 16439 for schedule/Module/calendar.php
- Timestamp:
- 05/29/13 15:14:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16438 r16439 140 140 141 141 } 142 GraphData(Data,s rcs);142 GraphData(Data,sources); 143 143 //document.getElementById('data').innerHTML=Data[sources]; 144 144 } … … 147 147 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true); 148 148 xmlhttp.send(); 149 document.getElementById('data').innerHTML=source.length+""+source[ 0];149 document.getElementById('data').innerHTML=source.length+""+source[sources]; 150 150 } 151 151
Note:
See TracChangeset
for help on using the changeset viewer.