Changeset 16015 for schedule/Module
- Timestamp:
- 05/22/13 15:01:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16014 r16015 63 63 var source=[]; 64 64 source.push($('#box2View').text()); 65 source.split(" ");66 for(source in source)67 {68 source[source]=source[souce];69 }70 65 document.getElementById('data').innerHTML=$('#box2View').text(); 71 for(var q = 0; q<source.length;q++) 72 { 66 73 67 var xmlhttp; 74 68 if (window.XMLHttpRequest) … … 293 287 } 294 288 295 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source [q])+"&time="+year+"-"+month+"-"+day,true);289 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true); 296 290 xmlhttp.send(); 297 291 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 298 }292 299 293 300 294 });
Note:
See TracChangeset
for help on using the changeset viewer.