Changeset 16746


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16722 r16746  
    107107                                               
    108108                                                //alert(year+'-'+month+'-'+day);
    109                                                 window.location = 'index.php?days='+year+'-'+month+'-'+day;
     109                                                //window.location = 'index.php?days='+year+'-'+month+'-'+day;
     110                                                $('#scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
    110111                                                        //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    111112                                                        $.get("function/function.php", {day:year+'-'+month+'-'+day});
Note: See TracChangeset for help on using the changeset viewer.