Ignore:
Timestamp:
06/23/13 09:54:35 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16758 r16894  
    1414        <script src="js/chart.js"></script>
    1515        <script src="js/Graph.js"></script>
     16
    1617    <script src="Module/src/js/lang/en.js"></script>
    1718   <style type="text/css">
     
    8384                                                        year =this.selection.print("%Y").join("\n");   
    8485                             GetData();
    85 
     86                                                        GetDate();
    8687                                                $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
    87                                                         //$.get("function/function.php", {day:year+'-'+month+'-'+day});
     88                                                        //$.get("function/function.php", {days:year+'-'+month+'-'+day});
     89                                                        //$load("function/function.php?days:year+-'+month+'-'+day);
    8890                                                //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    8991                                                 
Note: See TracChangeset for help on using the changeset viewer.