Ignore:
Timestamp:
05/27/13 15:20:30 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16291 r16292  
    7373                                <script type="text/javascript">
    7474                                        $(document).ready(function(){
    75                                                 Graph();
     75                                                //Graph();
    7676                                                var date= new Date();
    7777                                                var Year=date.getFullYear();
     
    320320                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    321321                                                                xmlhttp.send();
     322                                                                $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    322323                                                        }
    323324                                                                var chart = new Highcharts.Chart(options);
     
    336337                                                                        }
    337338                                                               
    338                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     339                                                               
    339340                                                               
    340341                                                       
Note: See TracChangeset for help on using the changeset viewer.