Ignore:
Timestamp:
05/25/13 06:26:31 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16269 r16270  
    191191                                                                                                                var SplitTime=Time1[SplittedTime].split(':');
    192192                                                                                                                TimeColon[SplittedTime]=SplitTime[0];
    193                                                                                                                 MinTime[SplittedTime]=(parseFloat(SplitTime[1]/60*100)||parseInt("0"));
     193                                                                                                                MinTime[SplittedTime]=(parseInt(SplitTime[1]/60*100)||parseInt("0"));
    194194                                                                                                                for(var TimeT=0;TimeT<TimeColon.length;TimeT++)
    195195                                                                                                                {
Note: See TracChangeset for help on using the changeset viewer.