Ignore:
Timestamp:
05/20/13 03:26:49 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15691 r15692  
    8080                                                                                        var f = lines[row].split(',');
    8181                                                                                        Time[row]=f[0];
     82                                                                                        //var DateT= new Date(Time);
    8283                                                                                        //arr[row]="["+f[4]+"]";
    8384                                                                                        for(var t=0; t<Time.length;t++)
     
    154155                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    155156                                                        xmlhttp.send();
    156                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     157                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year+"&new="+newline);
    157158                                                       
    158159                                                  });
Note: See TracChangeset for help on using the changeset viewer.