Changeset 15690


Ignore:
Timestamp:
05/18/13 15:45:28 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

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