Skip to content

Commit 1ab564f

Browse files
argiloTheSkorm
authored andcommitted
Update references to sondehub.js
1 parent 50c56ac commit 1ab564f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ var positionUpdateHandle = function(position) {
374374
}
375375
else { return; }
376376

377-
// add/update marker on the map (tracker.js)
377+
// add/update marker on the map (sondehub.js)
378378
updateCurrentPosition(lat, lon);
379379

380380
// round the coordinates

service-worker.template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ self.addEventListener('install', function(event) {
2121
'/js/jquery-1.12.4-min.js',
2222
'/js/iscroll.js',
2323
'/js/chasecar.lib.js',
24-
'/js/tracker.js',
24+
'/js/sondehub.js',
2525
'/js/app.js',
2626
'/js/colour-map.js',
2727
'/js/xdata.js',

0 commit comments

Comments
 (0)