Changeset 16503 for schedule/Module/calendar.php
- Timestamp:
- 05/30/13 16:02:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16501 r16503 130 130 } 131 131 } 132 document.getElementById('data').innerHTML=sourceData[index]; 132 133 } 133 134 xmlhttp[index].open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true); … … 141 142 getXMLData(); 142 143 //display source data here sourceData[i] 143 document.getElementById('data').innerHTML=sourceData[i];144 //document.getElementById('data').innerHTML=sourceData[i]; 144 145 } 145 146 } … … 149 150 year =this.selection.print("%Y").join("\n"); 150 151 151 //getXML();152 152 153 displayData(); 153 154 });
Note:
See TracChangeset
for help on using the changeset viewer.