File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # version 158
2+ # version 159
33
44# gogole maps files
55http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
Original file line number Diff line number Diff line change @@ -1176,7 +1176,7 @@ function update(response) {
11761176 // update the altitude profile, only if its a balloon
11771177 if ( vehicles [ idx ] . vehicle_type != "car" ) {
11781178 var graph_src = graph_url . replace ( "{AA}" , vehicles [ idx ] . alt_max ) ; // top range, buttom is always 0
1179- graph_src += GChartEncodeData ( vehicles [ idx ] . alt_list , vehicles [ i ] . alt_max ) ; // encode datapoint to preserve bandwith
1179+ graph_src += GChartEncodeData ( vehicles [ idx ] . alt_list , vehicles [ idx ] . alt_max ) ; // encode datapoint to preserve bandwith
11801180
11811181 // update img element
11821182 $ ( '.vehicle' + idx + ' .graph' ) . attr ( 'src' , graph_src ) ;
You can’t perform that action at this time.
0 commit comments