Changeset 16220 for schedule/Module


Ignore:
Timestamp:
05/25/13 00:33:10 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16219 r16220  
    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                                                                
    97                                                                
    9895                                                                if(window.XMLHttpRequest)
    9996                                                                {
     
    279276                                                                        }
    280277                                                                }
     278                                                                xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    281279                                                                xml.send();
    282280                                                               
Note: See TracChangeset for help on using the changeset viewer.