Ignore:
Timestamp:
05/24/13 19:06:16 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16187 r16188  
    213213                                                                        xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    214214                                                                        xml.send();
    215                                                                        
     215                                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     216                                                               
    216217                                                                       
    217218                                                                }
     
    277278                                                                       
    278279                                                                }
    279                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    280280                                                                document.getElementById('data').innerHTML=x;
    281281                                                        });
Note: See TracChangeset for help on using the changeset viewer.