Changeset 16894 for schedule/js


Ignore:
Timestamp:
06/23/13 09:54:35 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16747 r16894  
    33        var source = new Array();
    44        //calls the xml request in a loop based on the current sources               
    5         $('#box2View option').each(function(){
     5        $('#box2View option').each(function()
     6        {
    67                 source.push($(this).text());
    78                 
Note: See TracChangeset for help on using the changeset viewer.