Changeset 15693 for schedule/Module
- Timestamp:
- 05/20/13 03:33:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15692 r15693 56 56 var month =this.selection.print("%m").join("\n"); 57 57 var year =this.selection.print("%Y").join("\n"); 58 58 var newline = []; 59 59 var xmlhttp; 60 60 if (window.XMLHttpRequest) … … 72 72 var lines = xmlhttp.responseText.split('\n'); 73 73 var arr = []; 74 var newline = [];75 74 var arrTime = []; 76 75 var Time = []; … … 155 154 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true); 156 155 xmlhttp.send(); 157 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year +"&new="+newline);156 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 158 157 159 158 });
Note:
See TracChangeset
for help on using the changeset viewer.