Skip to content

Commit 8297cb0

Browse files
fixed bug left from API3 port
1 parent 3241061 commit 8297cb0

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 34
2+
# version 35
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
@@ -321,7 +321,7 @@ function updateVehicleInfo(index, position) {
321321
vehicles[index].subhorizon_circle.setVisible(false);
322322

323323
} else if(vehicles[index].ascent_rate > -3.0 ||
324-
vehicle_names[vehicle_index] == "wb8elk2") {
324+
vehicle_names[index] == "wb8elk2") {
325325
vehicles[index].marker.setMode("balloon");
326326
} else {
327327
vehicles[index].marker.setMode("parachute");

0 commit comments

Comments
 (0)