Changeset 16748
- Timestamp:
- 06/06/13 15:11:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16746 r16748 108 108 //alert(year+'-'+month+'-'+day); 109 109 //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 111 //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day}); 112 $.get("function/function.php", {day:year+'-'+month+'-'+day});112 //$.get("function/function.php", {day:year+'-'+month+'-'+day}); 113 113 114 114
Note:
See TracChangeset
for help on using the changeset viewer.