Skip to content

Commit 9a6c1b1

Browse files
added more nyan
1 parent 26f603a commit 9a6c1b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cache.manifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# version 136
2+
# version 138
33

44
# gogole maps files
55
http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
@@ -21,6 +21,7 @@ img/logo.png
2121
img/blank.png
2222
img/marker-you.png
2323
img/apple-touch-icon.png
24+
img/markers/hab_nyan.gif
2425
img/markers/nyan.gif
2526
img/markers/antenna-green.png
2627
img/markers/balloon-red.png

img/markers/hab_nyan.gif

6.52 KB
Loading

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ function addPosition(position) {
762762
},
763763
clickable: false
764764
});
765-
vehicle_info.image_src = host_url + markers_url + "nyan.gif";
765+
vehicle_info.image_src = host_url + markers_url + "hab_nyan.gif";
766766

767767
var rainbow = ["#ff0000", "#fc9a00", "#f6ff00", "#38ff01", "#009aff","#0000ff"];
768768

0 commit comments

Comments
 (0)