Changeset 16207


Ignore:
Timestamp:
05/25/13 00:02:01 (12 years ago)
Author:
tanio
Message:
 
Location:
schedule/Module
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Graph.js

    r16205 r16207  
    3939        };
    4040        return options;
     41        Charts(options);
    4142}
  • schedule/Module/calendar.php

    r16206 r16207  
    206206                                                                               
    207207                                                                                Graph();
     208                                                                                function Charts(options)
     209                                                                                {
    208210                                                                                        var chart=new Highcharts.Chart(options);
    209211                                                                                        for(var src=0;src<i;src++)
     
    223225                                                                                        }
    224226                                                                               
    225                                                                
     227                                                                                }
    226228                                                                               
    227229                                                                        }
Note: See TracChangeset for help on using the changeset viewer.