Changeset 16473
- Timestamp:
- 05/30/13 10:35:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16472 r16473 124 124 } 125 125 126 xmlhttp[sources].onreadystatechange=function() 126 127 xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true); 128 xmlhttp[sources].send(); 129 //document.getElementById('data').innerHTML=source.length+""+Data[sources]; 130 131 } 132 133 /*xmlhttp[sources].onreadystatechange=function() 127 134 { 128 135 … … 144 151 //$('#data').append(line); 145 152 //} 146 } 147 148 xmlhttp[sources].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true); 149 xmlhttp[sources].send(); 150 //document.getElementById('data').innerHTML=source.length+""+Data[sources]; 151 152 } 153 }*/ 153 154 154 155 /*function GraphData(DataSource, index)
Note:
See TracChangeset
for help on using the changeset viewer.