Ignore:
Timestamp:
05/20/13 07:20:06 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15703 r15704  
    9393                                                                                {
    9494                                                                                        <?php $s=$rows['SourceID']; ?>*/
    95                                                                                                 chart.addSeries({name:$(this).text(),
    96                                                                                                 data:[newdata]
    97                                                                                         });
     95                                                                                                chart.addSeries({data:[newdata]});
    9896                                                                                /*}
    9997                                                                        }
     
    167165                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    168166                                                        xmlhttp.send();
    169                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newdata);
     167                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    170168                                                       
    171169                                                  });
Note: See TracChangeset for help on using the changeset viewer.