Changeset 16489 for schedule


Ignore:
Timestamp:
05/30/13 15:19:50 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16488 r16489  
    9797                                var xmlhttp = new Array();
    9898                                var source = ['Mrk 421','Mrk 501'];
    99                  CAL.addEventListener("onSelect", function(){
    100                                                         var day =this.selection.print("%d").join("\n");
    101                                                         var month =this.selection.print("%m").join("\n");
    102                                                         var year =this.selection.print("%Y").join("\n");       
    103                                                        
    104                                                 getXMLData();   
    105                                                 function getXML()
     99                                function getXML()
    106100                                                {
    107101                                                        if (window.XMLHttpRequest)
     
    147141                                                        }       
    148142                                                }
    149                                                                                                
     143                 CAL.addEventListener("onSelect", function(){
     144                                                        var day =this.selection.print("%d").join("\n");
     145                                                        var month =this.selection.print("%m").join("\n");
     146                                                        var year =this.selection.print("%Y").join("\n");       
     147                                                       
     148                                                getXML();
     149                                                displayData();
    150150                                                });
    151151                                               
Note: See TracChangeset for help on using the changeset viewer.