Changeset 16751


Ignore:
Timestamp:
06/06/13 15:27:30 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16750 r16751  
    7373                                <script type="text/javascript">
    7474                                        $(document).ready(function(){
    75                                                 //Graph();
     75                                                Graph();
    7676                                                var date= new Date();
    7777                                                var Year=date.getFullYear();
     
    108108                                                //alert(year+'-'+month+'-'+day);
    109109                                                //window.location = 'index.php?days='+year+'-'+month+'-'+day;
    110                                                         $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
     110                                                $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
     111                                                        //$.get("function/function.php", {day:year+'-'+month+'-'+day});
    111112                                                        //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    112                                                         $.get("function/function.php", {day:year+'-'+month+'-'+day});
    113113                                                 
    114114
Note: See TracChangeset for help on using the changeset viewer.