Ignore:
Timestamp:
05/18/13 15:42:02 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15680 r15689  
    148148                                                                               
    149149                                                                        });*/
     150                                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     151                         
    150152                                                                       
    151153                                                                }
     
    153155                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    154156                                                        xmlhttp.send();
    155                                                   $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    156                           });
     157                                                  });
    157158
    158159                //]]></script>
Note: See TracChangeset for help on using the changeset viewer.