Updating map to reflect new routes from TTNv3 fix.

This commit is contained in:
iOperator 2021-12-10 10:38:36 +01:00
parent 3bbd110099
commit d5c2ab6609

View file

@ -159,7 +159,7 @@
legend_devices.addTo(map);
function add_new_markers(past_seconds) {
var url = '/dsf673bh_past/' + past_seconds;
var url = '/past/' + past_seconds;
$.getJSON(url,
function (data, responseText, jqXHR) {
if (jqXHR.status !== 204) {