Changeset 15825 for schedule/Module


Ignore:
Timestamp:
05/20/13 18:38:47 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15823 r15825  
    8787                                                                                                        var cst=Time[c].split(':');
    8888                                                                                                        colon[c]=cst[0];
    89                                                                                                         Temp[c]=parseInt(cst[1])/60*100;
     89                                                                                                        Temp[c]=cst[1]/60*100;
    9090                                                                                                        for(var i=0;i<colon.length;i++)
    9191                                                                                                        {
Note: See TracChangeset for help on using the changeset viewer.