Changeset 16722


Ignore:
Timestamp:
06/05/13 05:58:53 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16702 r16722  
    104104                                                        year =this.selection.print("%Y").join("\n");   
    105105                             GetData();
     106
     107                                               
     108                                                //alert(year+'-'+month+'-'+day);
     109                                                window.location = 'index.php?days='+year+'-'+month+'-'+day;
     110                                                        //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
     111                                                        $.get("function/function.php", {day:year+'-'+month+'-'+day});
     112                                                 
     113
    106114                                                         //GetDate();
    107115                                                       
     116
    108117                               
    109118                });
  • schedule/js/chart.js

    r16720 r16722  
    1111        }
    1212}
    13 /*function getDate(day){
    14        
    15                 var days = day;
    16                 return days;
    17         }*/
    1813
    1914function GetXMLData(index, source)
     
    3833                                displayXMLData(dataSource, source); //this will be called when the last data from the list is read
    3934                                //$('#data').append('successfully load'+source +""+dataSource);
    40                        
     35
    4136                                }
    4237                }
Note: See TracChangeset for help on using the changeset viewer.