Updating map to reflect new routes from TTNv3 fix.
This commit is contained in:
parent
3bbd110099
commit
d5c2ab6609
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
legend_devices.addTo(map);
|
legend_devices.addTo(map);
|
||||||
|
|
||||||
function add_new_markers(past_seconds) {
|
function add_new_markers(past_seconds) {
|
||||||
var url = '/dsf673bh_past/' + past_seconds;
|
var url = '/past/' + past_seconds;
|
||||||
$.getJSON(url,
|
$.getJSON(url,
|
||||||
function (data, responseText, jqXHR) {
|
function (data, responseText, jqXHR) {
|
||||||
if (jqXHR.status !== 204) {
|
if (jqXHR.status !== 204) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue