Changeset 16232 for schedule/Module


Ignore:
Timestamp:
05/25/13 01:04:50 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16231 r16232  
    265265                                                                {
    266266                                                                        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++)
    268268                                                                        {
    269269                                                                               
     
    277277                                                                       
    278278                                                                }
    279                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     279                                                                //$('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    280280                                                                return Charts;
    281281                                                        }
Note: See TracChangeset for help on using the changeset viewer.