Changeset 16009 for schedule


Ignore:
Timestamp:
05/22/13 14:38:21 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16008 r16009  
    287287                                                                }
    288288                                                        }
    289                                                         xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+urlencode(source)+"&time="+year+"-"+month+"-"+day,true);
     289                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    290290                                                        xmlhttp.send();
    291291                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note: See TracChangeset for help on using the changeset viewer.