Changeset 16015 for schedule/Module


Ignore:
Timestamp:
05/22/13 15:01:32 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16014 r16015  
    6363                                                        var source=[];
    6464                                                        source.push($('#box2View').text());
    65                                                         source.split(" ");
    66                                                         for(source in source)
    67                                                         {
    68                                                                 source[source]=source[souce];
    69                                                         }
    7065                                                        document.getElementById('data').innerHTML=$('#box2View').text();
    71                                                         for(var q = 0; q<source.length;q++)
    72                                                         {
     66                                                       
    7367                                                        var xmlhttp;
    7468                                                        if (window.XMLHttpRequest)
     
    293287                                                        }
    294288                                                       
    295                                                         xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[q])+"&time="+year+"-"+month+"-"+day,true);
     289                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    296290                                                        xmlhttp.send();
    297291                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    298                                                         }
     292                                                       
    299293                                                       
    300294                                                  });
Note: See TracChangeset for help on using the changeset viewer.