Changeset 15563 for schedule/Module


Ignore:
Timestamp:
05/09/13 00:01:20 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15557 r15563  
    7676        arr[row].time=f[0];
    7777        arr[row].value=f[5];
     78        var l=parseFloat(f[3]);
    7879
    7980}
    8081source['Mrk 421']=arr;
    81 document.getElementById('data').innerHTML=arr;                                                          }
     82document.getElementById('data').innerHTML=l;                                                            }
    8283                                                        }
    8384                                                        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.