Changeset 16467


Ignore:
Timestamp:
05/30/13 10:03:02 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16465 r16467  
    123123                                                                  }
    124124                                                               
    125                                                                 xmlhttp.onreadystatechange=function()
    126                                                                   {
     125                                                                //xmlhttp.onreadystatechange=function()
     126                                                                  //{
    127127                                                                 
    128                                                                   if (xmlhttp.readyState==4 && xmlhttp.status==200)
    129                                                                         {
     128                                                                  //if (xmlhttp.readyState==4 && xmlhttp.status==200)
     129                                                                //      {
    130130                                                                                       
    131131                                                                                                Data[sources]= new Array();
     
    140140                                                                                       
    141141                                                                                        //GraphData(Data[sources], sources);
    142                                                                                         //document.getElementById('data').innerHTML=sources + "...." + Data[sources];
    143                                                                                         $('#data').append(line);
    144                                                                         }
    145                                                                 }
     142                                                                                        document.getElementById('data').innerHTML=sources + "...." + line;
     143                                                                                        //$('#data').append(line);
     144                                                                        //}
     145                                                                //}
    146146                                                               
    147147                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[sources])+"&time="+year+"-"+month+"-"+day,true);
Note: See TracChangeset for help on using the changeset viewer.