Changeset 16753


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16752 r16753  
    1313    <script src="Module/src/js/unicode-letter.js"></script>
    1414        <script src="js/chart.js"></script>
     15        <script src="js/Graph.js"></script>
    1516    <script src="Module/src/js/lang/en.js"></script>
    1617   <!-- <script src="js/xmlrequest.js"></script> -->
    17    
    1818   <style type="text/css">
    1919      .highlight { color: #0f0 !important; font-weight: bold; }
     
    110110                                                $('#Scheduling').load('Module/Scheduling.php?days='+year+'-'+month+'-'+day);
    111111                                                        //$.get("function/function.php", {day:year+'-'+month+'-'+day});
    112                                                         //$.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
     112                                                $.get("function/SplitDelete.php", {days:year+'-'+month+'-'+day});
    113113                                                 
    114114
Note: See TracChangeset for help on using the changeset viewer.