Changeset 16611 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16610 r16611  
    102102                                {
    103103                                        //calls the xml request in a loop based on the current sources               
    104                                         var source = ["Mrk 421","Mrk 501"];
     104                                        var source = ['Mrk 421','Mrk 501'];
    105105                                        for (i = 0; i<source.length; i++)
    106106                                        {
     107                        alert (source[i]);
    107108                                                testXMLData(i, source);
    108109                                                //$('#data').append('1st'+source);
     
    126127                                                        if (dataSource.length == source.length)
    127128                                                                {
     129                                    alert("new datasource");
    128130                                                                displayXMLData(dataSource, source); //this will be called when the last data from the list is read
    129131                                                                //$('#data').append('successfully load'+source +""+dataSource);
    130132                                                                }
    131                                                 }
     133                        }
     134                        else
     135                            alert("status is " + testXML.status);
     136                   
    132137                                        testXML.send();
    133138                                        }
     
    155160                                                        year =this.selection.print("%Y").join("\n");   
    156161                                                        //document.getElementById('data').innerHTML="Calendar selected! ";
    157                                                          //displayXMLData();                   
     162                                                         //displayXMLData();         
     163                             alert("test data");
    158164                             testData();
    159165                               
Note: See TracChangeset for help on using the changeset viewer.