Changeset 16032 for schedule


Ignore:
Timestamp:
05/22/13 17:48:10 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16031 r16032  
    284284                                                                                for(var i=0;i<Timedata.length;i++)
    285285                                                                                {
    286                                                                                         Xaxis[src][i]="["+Timedata[i]+"]";
     286                                                                                        "["+Xaxis[src][i]"+]"=Timedata[i];
    287287                                                                                }
    288288                                                                                for(var y=0;y<YaxisData.length;y++)
    289289                                                                                {
    290                                                                                         Yaxis[src][i]="["+YaxisData[i]+"]";
     290                                                                                        "["+Yaxis[src][i]+"]"=YaxisData[i];
    291291                                                                                }
    292292                                                                        }
Note: See TracChangeset for help on using the changeset viewer.