Changeset 16630


Ignore:
Timestamp:
06/03/13 16:37:31 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16629 r16630  
    105105                        {
    106106                                rowTime=Temp[TempTime].split(':');
    107                                 colonTime.push(rowTime[0]); // Contains the data of Time
     107                                colonTime[TempTime]=rowTime[0]; // Contains the data of Time
    108108                                colonMin.push(parseInt(rowTime[1]/60*100)||parseFloat('0')); // Contains the data of minutes
    109109                                for(TempHour=0;TempHour<colonTime.length;TempHour++)
Note: See TracChangeset for help on using the changeset viewer.