Changeset 15723 for schedule


Ignore:
Timestamp:
05/20/13 08:58:24 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15722 r15723  
    8383                                                                                        //arr[row]="["+f[4]+"]";       
    8484                                                                                        newline[row]=(parseFloat(f[4])||parseInt("0"));
    85                                                                                         newdata = newdata+(parseFloat(f[4])||parseInt('0'));
    86                                                                                  
     85                                                                                       
    8786                                                                        }
    88                                                                        
     87                                                                        for(var c=0;c<newline.length;c++)
     88                                                                        {
     89                                                                                newdata+=c;
     90                                                                        }
    8991                                                                        document.getElementById('data').innerHTML=newdata;
    9092                                                                        $(function () {
Note: See TracChangeset for help on using the changeset viewer.