Changeset 16170 for schedule


Ignore:
Timestamp:
05/24/13 18:18:44 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16169 r16170  
    273273                                                                       
    274274                                                                }
    275                                                                
    276                                                         return chart;
    277275                                                        }
    278                                                         loadGraph();
     276                                                       
    279277                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    280278                                                       
     
    282280
    283281                //]]></script>
     282                                <script Language="javascript">
     283                                        $(document).ready(function(){
     284                                                loadGraph();
     285                                        });
     286                                </script>
    284287              </td>
    285288            </tr>
Note: See TracChangeset for help on using the changeset viewer.