- Timestamp:
- 05/08/13 15:39:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15549 r15550 74 74 { 75 75 var f = lines[row].slit(','); 76 //arr[row].time=f[0];77 //arr[row].value=f[5];76 arr[row].time=f[0]; 77 arr[row].value=f[5]; 78 78 79 79 80 80 } 81 document.getElementById('data').innerHTML=f; } 81 var source['Mrk 421']=arr; 82 document.getElementById('data').innerHTML=arr; } 82 83 } 83 84 xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
Note:
See TracChangeset
for help on using the changeset viewer.