Changeset 16624 for schedule


Ignore:
Timestamp:
06/03/13 16:23:52 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16621 r16624  
    2222        XML.onload=function()
    2323        {
    24                 if (testXML.status==200)
     24                if (XML.status==200)
    2525                {
    2626                        alert("request ok");
    27                         line=testXML.responseText.split('\n');
     27                        line=XML.responseText.split('\n');
    2828                        dataSource.push(line);
    2929                        if (dataSource.length == source.length)
     
    3535                }
    3636                else
    37                         alert("status is " + testXML.status);
     37                        alert("status is " + XML.status);
     38                        alert("status is " + XML.status);
    3839       
    3940        };
Note: See TracChangeset for help on using the changeset viewer.