Changeset 16894 for schedule/Module/calendar.php
- Timestamp:
- 06/23/13 09:54:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16758 r16894 14 14 <script src="js/chart.js"></script> 15 15 <script src="js/Graph.js"></script> 16 16 17 <script src="Module/src/js/lang/en.js"></script> 17 18 <style type="text/css"> … … 83 84 year =this.selection.print("%Y").join("\n"); 84 85 GetData(); 85 86 GetDate(); 86 87 $('#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); 88 90 //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day}); 89 91
Note:
See TracChangeset
for help on using the changeset viewer.