Changeset 16219 for schedule


Ignore:
Timestamp:
05/25/13 00:31:06 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16218 r16219  
    9393                                                        for(var i=0; i<source.length;i++)
    9494                                                        {
     95                                                                xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
     96                                                               
    9597                                                               
    9698                                                                if(window.XMLHttpRequest)
     
    258260                                                                                        {
    259261                                                                                                chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
    260                                                                                                 for(var DataCnt=0;DataCnt<y.length;DataCnt++)
     262                                                                                                for(var DataCnt=0;DataCnt<y[src].length;DataCnt++)
    261263                                                                                                {
    262264                                                                                                       
     
    277279                                                                        }
    278280                                                                }
    279                                                                 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    280281                                                                xml.send();
    281282                                                               
Note: See TracChangeset for help on using the changeset viewer.