Changeset 15924


Ignore:
Timestamp:
05/21/13 16:40:14 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15923 r15924  
    180180
    181181                                                                        // the button handler
    182                                                                                   //newdata=[[21,4],[5,6],[7,8],[3,41]];
     182                                                                                  newdata1=[[21,4],[5,6],[7,8],[3,41]];
    183183                                                                               
    184184                                                                                if (data1.series) {
    185185                                                                                        data1.series.push({
    186                                                                                                 data: [newdata]
     186                                                                                                data: [newdata1]
    187187                                                                                        });
    188188                                                                                }
Note: See TracChangeset for help on using the changeset viewer.