Changeset 16610 for schedule


Ignore:
Timestamp:
06/03/13 09:42:55 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16609 r16610  
    106106                                        {
    107107                                                testXMLData(i, source);
    108                                                 $('#data').append('1st'+source);
     108                                                //$('#data').append('1st'+source);
    109109                                        }
    110110                                }
     
    113113                                {
    114114                                        var testXML;
    115                                         $('#data').append('   xmlData pass'+source+" "+index);
     115                                        //$('#data').append('   xmlData pass'+source+" "+index);
    116116                                        testXML = new XMLHttpRequest();
    117117                                        //NOTE: previous errors on the request was caused by appending "http://www.fact-project.org"
     
    127127                                                                {
    128128                                                                displayXMLData(dataSource, source); //this will be called when the last data from the list is read
    129                                                                 $('#data').append('successfully load'+source +""+dataSource);
     129                                                                //$('#data').append('successfully load'+source +""+dataSource);
    130130                                                                }
    131131                                                }
     
    146146                                                        dataGraph[i].push(rows[4]);
    147147                        }
    148                                                         $('#data').append(i + ' GRAPH DATA ' + dataGraph[i]);
     148                                                        $('#data').append(i + ": " + source[i] + ' GRAPH DATA ' + dataGraph[i]);
    149149                    }
    150150                                }
Note: See TracChangeset for help on using the changeset viewer.