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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16460 r16461  
    123123                                                                  }
    124124                                                               
    125                                                                 xmlhttp.onreadystatechange=function()
    126                                                                   {
     125                                                                //xmlhttp.onreadystatechange=function()
     126                                                                 // {
    127127                                                                 
    128128                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
     
    143143                                                                                        $('#data').append(sources + "...." + Data[sources]);
    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.