Ignore:
Timestamp:
05/30/13 09:52:28 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16463 r16464  
    123123                                                                  }
    124124                                                               
    125                                                                 //xmlhttp.onreadystatechange=function()
    126                                                                  // {
     125                                                                xmlhttp.onreadystatechange=function()
     126                                                                  {
    127127                                                                 
    128128                                                                  //if (xmlhttp.readyState==4 && xmlhttp.status==200)
     
    143143                                                                                        $('#data').append(line);
    144144                                                                //      }
    145                                                                 //}
     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.