Changeset 16613


Ignore:
Timestamp:
06/03/13 09:58:31 (12 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16611 r16613  
    113113                                function testXMLData(index, source)
    114114                                {
     115                    alert("test XML Data");
    115116                                        var testXML;
    116117                                        //$('#data').append('   xmlData pass'+source+" "+index);
     
    123124                                                if (testXML.status==200)
    124125                                                {
     126                            alert("request ok");
    125127                                                        line=testXML.responseText.split('\n');
    126128                                                        dataSource.push(line);
Note: See TracChangeset for help on using the changeset viewer.