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 c3c856e commit 61353d9Copy full SHA for 61353d9
js/tracker.js
@@ -4344,9 +4344,6 @@ function update(response) {
4344
vehicles.hasOwnProperty(follow_vehicle) &&
4345
vehicles[follow_vehicle].graph_data_updated) updateGraph(follow_vehicle, false);
4346
4347
- // store in localStorage
4348
- offline.set('positions', ctx.lastPositions);
4349
-
4350
if (got_positions && !zoomed_in && Object.keys(vehicles).length) {
4351
if (vehicles.hasOwnProperty(wvar.query) && wvar.query !== "") {
4352
zoom_on_payload();
0 commit comments