Changeset 15615 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15614 r15615  
    6868                                                                {
    6969                                                                        var lines =xmlhttp.responseText.split('\n');
    70                                                                         var arr = [];
     70                                                                        //var arr = [];
    7171                                                                        var Time = [];
    7272                                                                        var newline = [];
     
    100100                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    101101                                                        xmlhttp.send();
    102                                                   $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     102                                                  $('#Graph').load('chart.php?'+newline+'&day='+day+"&month="+month+"&year="+year);
    103103                          });
    104104
Note: See TracChangeset for help on using the changeset viewer.