Changeset 15756 for schedule


Ignore:
Timestamp:
05/20/13 15:30:44 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15755 r15756  
    8888                                                                        for(var c=0;c<newline.length;c++)
    8989                                                                        {
    90                                                                                 if(newline[c]==0)
     90                                                                                if(newline[c]==0 && newline[c]!=undefined)
    9191                                                                                {
    9292                                                                                       
    9393                                                                                }                                               
    9494                                                                                else
    95                                                                                         s[c]= parseFloat(newline[c])||parseFloat('0');
     95                                                                                        s[c]= parseFloat(newline[c]);
    9696                                                                        }
    9797                                                                       
Note: See TracChangeset for help on using the changeset viewer.