Changeset 15693 for schedule/Module


Ignore:
Timestamp:
05/20/13 03:33:44 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15692 r15693  
    5656                                  var month =this.selection.print("%m").join("\n");
    5757                                  var year =this.selection.print("%Y").join("\n");                               
    58                                                        
     58                                                        var newline = [];       
    5959                                                        var xmlhttp;
    6060                                                        if (window.XMLHttpRequest)
     
    7272                                                                        var lines = xmlhttp.responseText.split('\n');
    7373                                                                        var arr = [];
    74                                                                         var newline = [];       
    7574                                                                        var arrTime = [];
    7675                                                                        var Time = [];
     
    155154                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    156155                                                        xmlhttp.send();
    157                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newline);
     156                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    158157                                                       
    159158                                                  });
Note: See TracChangeset for help on using the changeset viewer.