Changeset 15905 for schedule/Module


Ignore:
Timestamp:
05/21/13 15:40:27 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15889 r15905  
    135135                                                                                       
    136136                                                                        }
    137                                                                         source.push($('#box2view').val());
     137                                                                        //source.push($('#box2view').val());
    138138                                                                       
    139139                                                                       
     
    142142                                                                        newdata=s;
    143143                                                                        newtime=finaldata;
    144                                                                         document.getElementById('data').innerHTML=source;
     144                                                                        //document.getElementById('data').innerHTML=source;
    145145                                                                       
    146146                                                                        options.series.push({data:newdata});                                           
     
    150150                                                                }
    151151                                                        }
    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);
    153153                                                        xmlhttp.send();
    154154                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note: See TracChangeset for help on using the changeset viewer.