Changeset 16298 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16297 r16298  
    109109                                                       
    110110                                                        var xmlhttp;
    111                                                        
     111                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    112112                                                        for (var src=0;src<source.length;src++)
    113113                                                        {
     
    282282                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    283283                                                                xmlhttp.send();
    284                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     284                                                               
    285285                                                        }
    286286                                                                var options = {
Note: See TracChangeset for help on using the changeset viewer.