diff --git a/frontend/index.html b/frontend/index.html index 1fcff0d..7b638dd 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -394,7 +394,7 @@ function getData() { $('#debug').append('json'); // load json data with given time window - $.getJSON("../backend/index.php/" + myUUID, function(j){ + $.getJSON("../backend/index.php/data/" + myUUID, function(j){ data = j; $('#debug').empty().append(data.toSource()); // then show/reload the chart @@ -585,3 +585,4 @@ function generateAxisTicks() { +