Changeset 16498 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16497 r16498  
    122122                                         if (xmlhttp[index].readyState==4 && xmlhttp.status==200)
    123123                                                {
    124                                                 var sourceData[index]= new Array(); //--> remove this if you use sourceData[[]]
     124                                                var sourceData[index]= new Array();
    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.