Changeset 15905 for schedule/Module
- Timestamp:
- 05/21/13 15:40:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15889 r15905 135 135 136 136 } 137 source.push($('#box2view').val());137 //source.push($('#box2view').val()); 138 138 139 139 … … 142 142 newdata=s; 143 143 newtime=finaldata; 144 document.getElementById('data').innerHTML=source;144 //document.getElementById('data').innerHTML=source; 145 145 146 146 options.series.push({data:newdata}); … … 150 150 } 151 151 } 152 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+' Mrk+421'+"&time="+year+"-"+month+"-"+day,true);152 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+''+"&time="+year+"-"+month+"-"+day,true); 153 153 xmlhttp.send(); 154 154 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note:
See TracChangeset
for help on using the changeset viewer.