- Timestamp:
- 05/25/13 00:31:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16218 r16219 93 93 for(var i=0; i<source.length;i++) 94 94 { 95 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 96 95 97 96 98 if(window.XMLHttpRequest) … … 258 260 { 259 261 chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source 260 for(var DataCnt=0;DataCnt<y .length;DataCnt++)262 for(var DataCnt=0;DataCnt<y[src].length;DataCnt++) 261 263 { 262 264 … … 277 279 } 278 280 } 279 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);280 281 xml.send(); 281 282
Note:
See TracChangeset
for help on using the changeset viewer.