Merge pull request #17 from iOperator/TTNv3-map-fix
Updating map to reflect new routes from TTNv3 fix.
This commit is contained in:
commit
8d51204b75
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