Ignore:
Timestamp:
05/24/13 16:10:17 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16134 r16135  
    254254                                                                xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    255255                                                                xml.send();
    256                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     256                                                               
    257257                                                               
    258258                                                        }
    259                                                        
     259                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    260260                                                       
    261261                                                  });
Note: See TracChangeset for help on using the changeset viewer.