Changeset 16250 for schedule/Module


Ignore:
Timestamp:
05/25/13 05:23:06 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16249 r16250  
    280280                                                                 var options = {
    281281                                                                                chart: {
    282                                                                                         renderTo: 'Graph' /* display to div Graph*/
     282                                                                                        renderTo: 'container' /* display to div Graph*/
    283283                                                                                       
    284284                                                                                },
     
    315315                                                                        }                               
    316316                                                                };
    317                                                                
     317                                                                $('#container').load("chart.php");
     318                                                                $('#Graph').fadeOut();
    318319                                                        }
    319320                                                       
Note: See TracChangeset for help on using the changeset viewer.