Skip to content

Commit 3633294

Browse files
show RPI image in the menu as well
1 parent c0c58f7 commit 3633294

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 143
2+
# version 144
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
@@ -621,7 +621,7 @@ function addPosition(position) {
621621
color_index = balloon_index++;
622622
var c = color_index % balloon_colors.length;
623623

624-
image_src = host_url + markers_url + "balloon-" + balloon_colors_name[c] + ".png";
624+
image_src = host_url + markers_url + "balloon-" + ((position.vehicle == "PIE") ? "rpi" : balloon_colors_name[c]) + ".png";
625625
marker_shadow = new google.maps.Marker({
626626
map: map,
627627
zIndex: Z_SHADOW,

0 commit comments

Comments
 (0)