Skip to content

Commit f5534ff

Browse files
missed 2 characters
1 parent b05509c commit f5534ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cache.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 158
2+
# version 159
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)