We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c5d43 commit 26c64f8Copy full SHA for 26c64f8
cache.manifest
@@ -1,5 +1,5 @@
1
CACHE MANIFEST
2
-# version 201
+# version 202
3
4
# gogole maps files
5
http://maps.google.com/maps/api/js?v=3.10&sensor=false&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg
js/tracker.js
@@ -273,6 +273,8 @@ function stopFollow() {
273
}
274
275
function followVehicle(index) {
276
+ if(vehicles.length < 1) return;
277
+
278
if(follow_vehicle != -1) vehicles[follow_vehicle].follow = false;
279
280
if(follow_vehicle == index) {
0 commit comments