Ignore:
Timestamp:
05/21/13 19:06:13 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15975 r15976  
    118118                                                                                                        var cst=Time[c].split(':');
    119119                                                                                                        colon[c]=cst[0];
    120                                                                                                         Temp[c]=(cst[1]/60*100||parseFloat("0"));
     120                                                                                                        Temp[c]=(parseFloat(cst[1]/60*100)||parseFloat("0"));
    121121                                                                                                        for(var i=1;i<colon.length;i++)
    122122                                                                                                        {
Note: See TracChangeset for help on using the changeset viewer.