Skip to content

Commit fd63e58

Browse files
show alt text over chase cars
1 parent c30830d commit fd63e58

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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 24
2+
# version 25
33

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

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/tracker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@ function addPosition(position) {
574574
icon: image_src,
575575
zIndex: Z_CAR,
576576
position: point,
577-
map: map
577+
map: map,
578+
title: position.vehicle
578579
});
579580
} else {
580581
vehicle_type = "balloon";

0 commit comments

Comments
 (0)