Changeset 16126 for schedule/Module


Ignore:
Timestamp:
05/24/13 15:43:46 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16125 r16126  
    202202                                                                xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    203203                                                                xml.send();
    204                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     204                                                               
    205205                                                        }
    206206                                                        var options = {
     
    255255                                                                }
    256256                                                        }
    257                                                        
     257                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    258258                                                  });
    259259
Note: See TracChangeset for help on using the changeset viewer.