From 727dc01ddd901e6bc770e9ab35421a0cc97846ea Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Sep 2010 07:37:28 +0200 Subject: [PATCH] changed path to backend data-controller --- frontend/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { +