Ignore:
Timestamp:
05/24/13 19:04:48 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16186 r16187  
    221221                                                               
    222222                                                               
    223                                                         function loadGraph(y,x)
     223                                                        $(function loadGraph(y,x)
    224224                                                        {
    225225                                                                var options = {
     
    279279                                                                $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    280280                                                                document.getElementById('data').innerHTML=x;
    281                                                         }
     281                                                        });
    282282                                                        loadGraph();
    283283                                                       
Note: See TracChangeset for help on using the changeset viewer.