Changeset 16232
- Timestamp:
- 05/25/13 01:04:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16231 r16232 265 265 { 266 266 chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source 267 for(var DataCnt=0;DataCnt<x [src].length;DataCnt++)267 for(var DataCnt=0;DataCnt<x.length;DataCnt++) 268 268 { 269 269 … … 277 277 278 278 } 279 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);279 //$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year); 280 280 return Charts; 281 281 }
Note:
See TracChangeset
for help on using the changeset viewer.