Ignore:
Timestamp:
05/27/13 16:25:50 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16315 r16316  
    122122                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    123123                                                                        {
    124                                                                                 line[src]=xmlhttp.responseText.split('\n');
     124                                                                                line=xmlhttp.responseText.split('\n');
    125125                                                                                GraphData(line);
    126126                                                                        }
Note: See TracChangeset for help on using the changeset viewer.