Merge pull request from iOperator/TTNv3-map-fix

Updating map to reflect new routes from TTNv3 fix.
This commit is contained in:
Kyle Gabriel 2021-12-13 16:35:56 -05:00 committed by GitHub
commit 8d51204b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {