Changeset 16504


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16503 r16504  
    129129                                                        sourceData[index].push(rows[4]);
    130130                                                        }
     131                                                        document.getElementById('data').innerHTML=sourceData[index];
    131132                                                }
    132                                                 document.getElementById('data').innerHTML=sourceData[index];
     133                                               
    133134                                        }
    134135                                        xmlhttp[index].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
Note: See TracChangeset for help on using the changeset viewer.