Changeset 16501 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16500 r16501  
    9797                                var xmlhttp = new Array();
    9898                                var source = ['Mrk 421','Mrk 501'];
    99                                 var sourceData;
     99                                var sourceData = [[]];
    100100                                var day;
    101101                                var year;
     
    122122                                         if (xmlhttp[index].readyState==4 && xmlhttp.status==200)
    123123                                                {
    124                                                 sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
     124                                                //sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
    125125                                                line=xmlhttp[index].responseText.split('\n');
    126126                                                        for(row=0;row<line.length;row++)
Note: See TracChangeset for help on using the changeset viewer.