Ignore:
Timestamp:
05/30/13 16:02:29 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16501 r16503  
    130130                                                        }
    131131                                                }
     132                                                document.getElementById('data').innerHTML=sourceData[index];
    132133                                        }
    133134                                        xmlhttp[index].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
     
    141142                                        getXMLData();
    142143                                        //display source data here sourceData[i]
    143                                         document.getElementById('data').innerHTML=sourceData[i];
     144                                        //document.getElementById('data').innerHTML=sourceData[i];
    144145                                        }       
    145146                                }
     
    149150                                                        year =this.selection.print("%Y").join("\n");   
    150151                                                       
    151                                                 //getXML();
     152       
    152153                                                displayData();
    153154                                                });
Note: See TracChangeset for help on using the changeset viewer.