Skip to content

Commit b5d2190

Browse files
fixed zooming payload on startup
1 parent 927407c commit b5d2190

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 218
2+
# version 219
33

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

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ function update(response) {
12451245
function zoom_on_payload() {
12461246
// find a the first balloon
12471247
var i = -1, ii = vehicles.length;
1248-
while(++i < ii) if(vehicles[i].type == "balloon") break;
1248+
while(++i < ii) if(vehicles[i].vehicle_type == "balloon") break;
12491249

12501250
if(i == ii) return;
12511251
else {

0 commit comments

Comments
 (0)