Changeset 16894 for schedule/js
- Timestamp:
- 06/23/13 09:54:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/js/chart.js
r16747 r16894 3 3 var source = new Array(); 4 4 //calls the xml request in a loop based on the current sources 5 $('#box2View option').each(function(){ 5 $('#box2View option').each(function() 6 { 6 7 source.push($(this).text()); 7 8
Note:
See TracChangeset
for help on using the changeset viewer.